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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FastLaunchSnapshotConfiguration.BuildertargetResourceCount(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
targetResourceCount
FastLaunchSnapshotConfiguration.Builder targetResourceCount(Integer 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.
-
-