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