@Generated(value="software.amazon.awssdk:codegen") public final class EnableFastLaunchRequest extends Ec2Request implements ToCopyableBuilder<EnableFastLaunchRequest.Builder,EnableFastLaunchRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnableFastLaunchRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnableFastLaunchRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageId()
The ID of the image for which you’re enabling faster launching.
|
FastLaunchLaunchTemplateSpecificationRequest |
launchTemplate()
The launch template to use when launching Windows instances from pre-provisioned snapshots.
|
Integer |
maxParallelLaunches()
The maximum number of parallel instances to launch for creating resources.
|
String |
resourceType()
The type of resource to use for pre-provisioning the Windows AMI for faster launching.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnableFastLaunchRequest.Builder> |
serializableBuilderClass() |
FastLaunchSnapshotConfigurationRequest |
snapshotConfiguration()
Configuration settings for creating and managing the snapshots that are used for pre-provisioning the Windows AMI
for faster launching.
|
EnableFastLaunchRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageId()
The ID of the image for which you’re enabling faster launching.
public final String resourceType()
The type of resource to use for pre-provisioning the Windows AMI for faster launching. Supported values include:
snapshot, which is the default value.
snapshot, which is the default value.public final FastLaunchSnapshotConfigurationRequest snapshotConfiguration()
Configuration settings for creating and managing the snapshots that are used for pre-provisioning the Windows AMI
for faster launching. The associated ResourceType must be snapshot.
ResourceType must be snapshot.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.
public final Integer maxParallelLaunches()
The maximum number of parallel instances to launch for creating resources. Value must be 6 or
greater.
6
or greater.public EnableFastLaunchRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnableFastLaunchRequest.Builder,EnableFastLaunchRequest>toBuilder in class Ec2Requestpublic static EnableFastLaunchRequest.Builder builder()
public static Class<? extends EnableFastLaunchRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.