Class Ec2Configuration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Ec2Configuration.Builder,Ec2Configuration>
The configuration for Amazon EC2-based compute, including the launch template source, networking, storage volumes, and instance lifecycle settings.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Ec2Configuration.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Volumes property.final LaunchTemplateSourceThe source of the launch template configuration that defines how instances are launched.The lifecycle configuration for instances in the capacity provider.final RootVolumeConfigurationThe configuration for the instance root volume.static Class<? extends Ec2Configuration.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final List<VolumeConfiguration> volumes()The named persistent Amazon EBS volumes for the capacity provider.final VpcConfigurationThe VPC configuration for launching instances, including subnets and security groups.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
launchTemplateSource
The source of the launch template configuration that defines how instances are launched.
- Returns:
- The source of the launch template configuration that defines how instances are launched.
-
vpcConfiguration
The VPC configuration for launching instances, including subnets and security groups.
- Returns:
- The VPC configuration for launching instances, including subnets and security groups.
-
hasVolumes
public final boolean hasVolumes()For responses, this returns true if the service returned a value for the Volumes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
volumes
The named persistent Amazon EBS volumes for the capacity provider. A capacity provider can define up to five volumes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasVolumes()method.- Returns:
- The named persistent Amazon EBS volumes for the capacity provider. A capacity provider can define up to five volumes.
-
lifecycleConfiguration
The lifecycle configuration for instances in the capacity provider.
- Returns:
- The lifecycle configuration for instances in the capacity provider.
-
rootVolume
The configuration for the instance root volume. Specify the amount of free space to guarantee and, optionally, the Amazon EBS performance and encryption settings. The device name and delete-on-termination behavior are not configurable.
- Returns:
- The configuration for the instance root volume. Specify the amount of free space to guarantee and, optionally, the Amazon EBS performance and encryption settings. The device name and delete-on-termination behavior are not configurable.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Ec2Configuration.Builder,Ec2Configuration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-