Interface SnapStartResponse.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SnapStartResponse.Builder,,- SnapStartResponse> - SdkBuilder<SnapStartResponse.Builder,,- SnapStartResponse> - SdkPojo
- Enclosing class:
- SnapStartResponse
@Mutable
@NotThreadSafe
public static interface SnapStartResponse.Builder
extends SdkPojo, CopyableBuilder<SnapStartResponse.Builder,SnapStartResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionWhen set toPublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.applyOn(SnapStartApplyOn applyOn) When set toPublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.optimizationStatus(String optimizationStatus) When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version.optimizationStatus(SnapStartOptimizationStatus optimizationStatus) When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applyOnWhen set to PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.- Parameters:
- applyOn- When set to- PublishedVersions, Lambda creates a snapshot of the 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:
 
- 
applyOnWhen set to PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.- Parameters:
- applyOn- When set to- PublishedVersions, Lambda creates a snapshot of the 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:
 
- 
optimizationStatusWhen you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version. - Parameters:
- optimizationStatus- When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
optimizationStatusWhen you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version. - Parameters:
- optimizationStatus- When you provide a qualified Amazon Resource Name (ARN), this response element indicates whether SnapStart is activated for the specified function version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-