Class EnableFastLaunchRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ec2.model.Ec2Request
-
- software.amazon.awssdk.services.ec2.model.EnableFastLaunchRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<EnableFastLaunchRequest.Builder,EnableFastLaunchRequest>
@Generated("software.amazon.awssdk:codegen") public final class EnableFastLaunchRequest extends Ec2Request implements ToCopyableBuilder<EnableFastLaunchRequest.Builder,EnableFastLaunchRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEnableFastLaunchRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnableFastLaunchRequest.Builderbuilder()BooleandryRun()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageId()Specify the ID of the image for which to enable Windows fast launch.FastLaunchLaunchTemplateSpecificationRequestlaunchTemplate()The launch template to use when launching Windows instances from pre-provisioned snapshots.IntegermaxParallelLaunches()The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.StringresourceType()The type of resource to use for pre-provisioning the AMI for Windows fast launch.List<SdkField<?>>sdkFields()static Class<? extends EnableFastLaunchRequest.Builder>serializableBuilderClass()FastLaunchSnapshotConfigurationRequestsnapshotConfiguration()Configuration settings for creating and managing the snapshots that are used for pre-provisioning the AMI for Windows fast launch.EnableFastLaunchRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
imageId
public final String imageId()
Specify the ID of the image for which to enable Windows fast launch.
- Returns:
- Specify the ID of the image for which to enable Windows fast launch.
-
resourceType
public final String resourceType()
The type of resource to use for pre-provisioning the AMI for Windows fast launch. Supported values include:
snapshot, which is the default value.- Returns:
- The type of resource to use for pre-provisioning the AMI for Windows fast launch. Supported values
include:
snapshot, which is the default value.
-
snapshotConfiguration
public final FastLaunchSnapshotConfigurationRequest snapshotConfiguration()
Configuration settings for creating and managing the snapshots that are used for pre-provisioning the AMI for Windows fast launch. The associated
ResourceTypemust besnapshot.- Returns:
- Configuration settings for creating and managing the snapshots that are used for pre-provisioning the AMI
for Windows fast launch. The associated
ResourceTypemust besnapshot.
-
launchTemplate
public final FastLaunchLaunchTemplateSpecificationRequest launchTemplate()
The launch template to use when launching Windows instances from pre-provisioned snapshots. Launch template parameters can include either the name or ID of the launch template, but not both.
- Returns:
- The launch template to use when launching Windows instances from pre-provisioned snapshots. Launch template parameters can include either the name or ID of the launch template, but not both.
-
maxParallelLaunches
public final Integer maxParallelLaunches()
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch. Value must be
6or greater.- Returns:
- The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned
snapshots for Windows fast launch. Value must be
6or greater.
-
dryRun
public final Boolean dryRun()
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.
-
toBuilder
public EnableFastLaunchRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EnableFastLaunchRequest.Builder,EnableFastLaunchRequest>- Specified by:
toBuilderin classEc2Request
-
builder
public static EnableFastLaunchRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends EnableFastLaunchRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-