Class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.Builder,AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.Builder,AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails>
One or more network interfaces to attach to an Amazon EC2 instance. If you specify a network interface, you must specify security groups and subnets as part of the network interface.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanassociateCarrierIpAddress()Indicates whether to associate a Carrier IP address with eth0 for a new network interface.BooleanassociatePublicIpAddress()Associates a public IPv4 address with eth0 for a new network interface.static AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.Builderbuilder()BooleandeleteOnTermination()Indicates whether the network interface is deleted when the instance is terminated.Stringdescription()A description for the network interface.IntegerdeviceIndex()The device index for the network interface attachment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)List<String>groups()The IDs of one or more security groups.booleanhasGroups()For responses, this returns true if the service returned a value for the Groups property.inthashCode()booleanhasIpv4Prefixes()For responses, this returns true if the service returned a value for the Ipv4Prefixes property.booleanhasIpv6Addresses()For responses, this returns true if the service returned a value for the Ipv6Addresses property.booleanhasIpv6Prefixes()For responses, this returns true if the service returned a value for the Ipv6Prefixes property.booleanhasPrivateIpAddresses()For responses, this returns true if the service returned a value for the PrivateIpAddresses property.StringinterfaceType()The type of network interface.Integeripv4PrefixCount()The number of IPv4 prefixes to be automatically assigned to the network interface.List<AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails>ipv4Prefixes()One or more IPv4 prefixes to be assigned to the network interface.Integeripv6AddressCount()The number of IPv6 addresses to assign to a network interface.List<AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails>ipv6Addresses()One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.Integeripv6PrefixCount()The number of IPv6 prefixes to be automatically assigned to the network interface.List<AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails>ipv6Prefixes()One or more IPv6 prefixes to be assigned to the network interface.IntegernetworkCardIndex()The index of the network card.StringnetworkInterfaceId()The ID of the network interface.StringprivateIpAddress()The primary private IPv4 address of the network interface.List<AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails>privateIpAddresses()One or more private IPv4 addresses.List<SdkField<?>>sdkFields()IntegersecondaryPrivateIpAddressCount()The number of secondary private IPv4 addresses to assign to a network interface.static Class<? extends AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.Builder>serializableBuilderClass()StringsubnetId()The ID of the subnet for the network interface.AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.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
-
associateCarrierIpAddress
public final Boolean associateCarrierIpAddress()
Indicates whether to associate a Carrier IP address with eth0 for a new network interface. You use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information, see Carrier IP address in the Wavelength Developer Guide.
- Returns:
- Indicates whether to associate a Carrier IP address with eth0 for a new network interface. You use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information, see Carrier IP address in the Wavelength Developer Guide.
-
associatePublicIpAddress
public final Boolean associatePublicIpAddress()
Associates a public IPv4 address with eth0 for a new network interface.
- Returns:
- Associates a public IPv4 address with eth0 for a new network interface.
-
deleteOnTermination
public final Boolean deleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
- Returns:
- Indicates whether the network interface is deleted when the instance is terminated.
-
description
public final String description()
A description for the network interface.
- Returns:
- A description for the network interface.
-
deviceIndex
public final Integer deviceIndex()
The device index for the network interface attachment.
- Returns:
- The device index for the network interface attachment.
-
hasGroups
public final boolean hasGroups()
For responses, this returns true if the service returned a value for the Groups 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.
-
groups
public final List<String> groups()
The IDs of one or more security groups.
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
hasGroups()method.- Returns:
- The IDs of one or more security groups.
-
interfaceType
public final String interfaceType()
The type of network interface.
- Returns:
- The type of network interface.
-
ipv4PrefixCount
public final Integer ipv4PrefixCount()
The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the
Ipv4Prefixesoption.- Returns:
- The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this
option if you use the
Ipv4Prefixesoption.
-
hasIpv4Prefixes
public final boolean hasIpv4Prefixes()
For responses, this returns true if the service returned a value for the Ipv4Prefixes 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.
-
ipv4Prefixes
public final List<AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails> ipv4Prefixes()
One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the
Ipv4PrefixCountoption.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
hasIpv4Prefixes()method.- Returns:
- One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use
the
Ipv4PrefixCountoption.
-
ipv6AddressCount
public final Integer ipv6AddressCount()
The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if you use
Ipv6Addresses.- Returns:
- The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6
addresses from the subnet range. You can't use this option if you use
Ipv6Addresses.
-
hasIpv6Addresses
public final boolean hasIpv6Addresses()
For responses, this returns true if the service returned a value for the Ipv6Addresses 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.
-
ipv6Addresses
public final List<AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails> ipv6Addresses()
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you use
Ipv6AddressCount.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
hasIpv6Addresses()method.- Returns:
- One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this
option if you use
Ipv6AddressCount.
-
ipv6PrefixCount
public final Integer ipv6PrefixCount()
The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the
Ipv6Prefixoption.- Returns:
- The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this
option if you use the
Ipv6Prefixoption.
-
hasIpv6Prefixes
public final boolean hasIpv6Prefixes()
For responses, this returns true if the service returned a value for the Ipv6Prefixes 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.
-
ipv6Prefixes
public final List<AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails> ipv6Prefixes()
One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the
Ipv6PrefixCountoption.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
hasIpv6Prefixes()method.- Returns:
- One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use
the
Ipv6PrefixCountoption.
-
networkCardIndex
public final Integer networkCardIndex()
The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index
0. The default is network card index0.- Returns:
- The index of the network card. Some instance types support multiple network cards. The primary network
interface must be assigned to network card index
0. The default is network card index0.
-
networkInterfaceId
public final String networkInterfaceId()
The ID of the network interface.
- Returns:
- The ID of the network interface.
-
privateIpAddress
public final String privateIpAddress()
The primary private IPv4 address of the network interface.
- Returns:
- The primary private IPv4 address of the network interface.
-
hasPrivateIpAddresses
public final boolean hasPrivateIpAddresses()
For responses, this returns true if the service returned a value for the PrivateIpAddresses 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.
-
privateIpAddresses
public final List<AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetails> privateIpAddresses()
One or more private IPv4 addresses.
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
hasPrivateIpAddresses()method.- Returns:
- One or more private IPv4 addresses.
-
secondaryPrivateIpAddressCount
public final Integer secondaryPrivateIpAddressCount()
The number of secondary private IPv4 addresses to assign to a network interface.
- Returns:
- The number of secondary private IPv4 addresses to assign to a network interface.
-
subnetId
public final String subnetId()
The ID of the subnet for the network interface.
- Returns:
- The ID of the subnet for the network interface.
-
toBuilder
public AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.Builder toBuilder()
-
builder
public static AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails.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.
-
-