Interface SnapStartResponse.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SnapStartResponse.Builder,,SnapStartResponse> SdkBuilder<SnapStartResponse.Builder,,SnapStartResponse> SdkPojo
- Enclosing class:
 SnapStartResponse
public static interface SnapStartResponse.Builder
extends SdkPojo, CopyableBuilder<SnapStartResponse.Builder,SnapStartResponse> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
applyOn
When set to
PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.- Parameters:
 applyOn- When set toPublishedVersions, 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:
 
 - 
applyOn
When set to
PublishedVersions, Lambda creates a snapshot of the execution environment when you publish a function version.- Parameters:
 applyOn- When set toPublishedVersions, 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:
 
 - 
optimizationStatus
When 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:
 
 - 
optimizationStatus
When 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:
 
 
 -