Class DescribeFastLaunchImagesSuccessItem
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesSuccessItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DescribeFastLaunchImagesSuccessItem.Builder,DescribeFastLaunchImagesSuccessItem>
@Generated("software.amazon.awssdk:codegen") public final class DescribeFastLaunchImagesSuccessItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DescribeFastLaunchImagesSuccessItem.Builder,DescribeFastLaunchImagesSuccessItem>
Describe details about a Windows image with Windows fast launch enabled that meets the requested criteria. Criteria are defined by the
DescribeFastLaunchImagesaction filters.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeFastLaunchImagesSuccessItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeFastLaunchImagesSuccessItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageId()The image ID that identifies the Windows fast launch enabled image.FastLaunchLaunchTemplateSpecificationResponselaunchTemplate()The launch template that the Windows fast launch enabled AMI uses when it launches 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.StringownerId()The owner ID for the Windows fast launch enabled AMI.FastLaunchResourceTyperesourceType()The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI.StringresourceTypeAsString()The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeFastLaunchImagesSuccessItem.Builder>serializableBuilderClass()FastLaunchSnapshotConfigurationResponsesnapshotConfiguration()A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.FastLaunchStateCodestate()The current state of Windows fast launch for the specified Windows AMI.StringstateAsString()The current state of Windows fast launch for the specified Windows AMI.StringstateTransitionReason()The reason that Windows fast launch for the AMI changed to the current state.InstantstateTransitionTime()The time that Windows fast launch for the AMI changed to the current state.DescribeFastLaunchImagesSuccessItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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()
The image ID that identifies the Windows fast launch enabled image.
- Returns:
- The image ID that identifies the Windows fast launch enabled image.
-
resourceType
public final FastLaunchResourceType resourceType()
The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include:
snapshot.If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnFastLaunchResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include:
snapshot. - See Also:
FastLaunchResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include:
snapshot.If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnFastLaunchResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include:
snapshot. - See Also:
FastLaunchResourceType
-
snapshotConfiguration
public final FastLaunchSnapshotConfigurationResponse snapshotConfiguration()
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
- Returns:
- A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
-
launchTemplate
public final FastLaunchLaunchTemplateSpecificationResponse launchTemplate()
The launch template that the Windows fast launch enabled AMI uses when it launches Windows instances from pre-provisioned snapshots.
- Returns:
- The launch template that the Windows fast launch enabled AMI uses when it launches Windows instances from pre-provisioned snapshots.
-
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.
- Returns:
- The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
-
ownerId
public final String ownerId()
The owner ID for the Windows fast launch enabled AMI.
- Returns:
- The owner ID for the Windows fast launch enabled AMI.
-
state
public final FastLaunchStateCode state()
The current state of Windows fast launch for the specified Windows AMI.
If the service returns an enum value that is not available in the current SDK version,
statewill returnFastLaunchStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of Windows fast launch for the specified Windows AMI.
- See Also:
FastLaunchStateCode
-
stateAsString
public final String stateAsString()
The current state of Windows fast launch for the specified Windows AMI.
If the service returns an enum value that is not available in the current SDK version,
statewill returnFastLaunchStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of Windows fast launch for the specified Windows AMI.
- See Also:
FastLaunchStateCode
-
stateTransitionReason
public final String stateTransitionReason()
The reason that Windows fast launch for the AMI changed to the current state.
- Returns:
- The reason that Windows fast launch for the AMI changed to the current state.
-
stateTransitionTime
public final Instant stateTransitionTime()
The time that Windows fast launch for the AMI changed to the current state.
- Returns:
- The time that Windows fast launch for the AMI changed to the current state.
-
toBuilder
public DescribeFastLaunchImagesSuccessItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeFastLaunchImagesSuccessItem.Builder,DescribeFastLaunchImagesSuccessItem>
-
builder
public static DescribeFastLaunchImagesSuccessItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeFastLaunchImagesSuccessItem.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-