Interface FastLaunchSnapshotConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FastLaunchSnapshotConfiguration.Builder,,FastLaunchSnapshotConfiguration> SdkBuilder<FastLaunchSnapshotConfiguration.Builder,,FastLaunchSnapshotConfiguration> SdkPojo
- Enclosing class:
 FastLaunchSnapshotConfiguration
public static interface FastLaunchSnapshotConfiguration.Builder
extends SdkPojo, CopyableBuilder<FastLaunchSnapshotConfiguration.Builder,FastLaunchSnapshotConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptiontargetResourceCount(Integer targetResourceCount) The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.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
- 
targetResourceCount
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
- Parameters:
 targetResourceCount- The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -