Class FastLaunchConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.imagebuilder.model.FastLaunchConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FastLaunchConfiguration.Builder,FastLaunchConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FastLaunchConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FastLaunchConfiguration.Builder,FastLaunchConfiguration>
Define and configure faster launching for output Windows AMIs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFastLaunchConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The owner account ID for the fast-launch enabled Windows AMI.static FastLaunchConfiguration.Builderbuilder()Booleanenabled()A Boolean that represents the current state of faster launching for the Windows AMI.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FastLaunchLaunchTemplateSpecificationlaunchTemplate()The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.IntegermaxParallelLaunches()The maximum number of parallel instances that are launched for creating resources.List<SdkField<?>>sdkFields()static Class<? extends FastLaunchConfiguration.Builder>serializableBuilderClass()FastLaunchSnapshotConfigurationsnapshotConfiguration()Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.FastLaunchConfiguration.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
-
enabled
public final Boolean enabled()
A Boolean that represents the current state of faster launching for the Windows AMI. Set to
trueto start using Windows faster launching, orfalseto stop using it.- Returns:
- A Boolean that represents the current state of faster launching for the Windows AMI. Set to
trueto start using Windows faster launching, orfalseto stop using it.
-
snapshotConfiguration
public final FastLaunchSnapshotConfiguration snapshotConfiguration()
Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
- Returns:
- Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.
-
maxParallelLaunches
public final Integer maxParallelLaunches()
The maximum number of parallel instances that are launched for creating resources.
- Returns:
- The maximum number of parallel instances that are launched for creating resources.
-
launchTemplate
public final FastLaunchLaunchTemplateSpecification launchTemplate()
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
- Returns:
- The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
-
accountId
public final String accountId()
The owner account ID for the fast-launch enabled Windows AMI.
- Returns:
- The owner account ID for the fast-launch enabled Windows AMI.
-
toBuilder
public FastLaunchConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FastLaunchConfiguration.Builder,FastLaunchConfiguration>
-
builder
public static FastLaunchConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FastLaunchConfiguration.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.
-
-