Interface SnapStart.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SnapStart.Builder,SnapStart>,SdkBuilder<SnapStart.Builder,SnapStart>,SdkPojo
- Enclosing class:
- SnapStart
@Mutable @NotThreadSafe public static interface SnapStart.Builder extends SdkPojo, CopyableBuilder<SnapStart.Builder,SnapStart>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapStart.BuilderapplyOn(String applyOn)Set toPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.SnapStart.BuilderapplyOn(SnapStartApplyOn applyOn)Set toPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applyOn
SnapStart.Builder applyOn(String applyOn)
Set to
PublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.- Parameters:
applyOn- Set toPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapStartApplyOn,SnapStartApplyOn
-
applyOn
SnapStart.Builder applyOn(SnapStartApplyOn applyOn)
Set to
PublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.- Parameters:
applyOn- Set toPublishedVersionsto create a snapshot of the initialized execution environment when you publish a function version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapStartApplyOn,SnapStartApplyOn
-
-