public static final class CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder associatePublicIpAddress(java.lang.Boolean associatePublicIpAddress)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getAssociatePublicIpAddress()
associatePublicIpAddress
- Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true
.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder associatePublicIpAddress(IResolvable associatePublicIpAddress)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getAssociatePublicIpAddress()
associatePublicIpAddress
- Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true
.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder deleteOnTermination(java.lang.Boolean deleteOnTermination)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getDeleteOnTermination()
deleteOnTermination
- Indicates whether the network interface is deleted when the instance is terminated.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder deleteOnTermination(IResolvable deleteOnTermination)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getDeleteOnTermination()
deleteOnTermination
- Indicates whether the network interface is deleted when the instance is terminated.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder description(java.lang.String description)
description
- The description of the network interface.
Applies only if creating a network interface when launching an instance.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder deviceIndex(java.lang.Number deviceIndex)
deviceIndex
- The position of the network interface in the attachment order.
A primary network interface has a device index of 0.
If you specify a network interface when launching an instance, you must specify the device index.
this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder groups(java.util.List<java.lang.String> groups)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getGroups()
groups
- The IDs of the security groups for the network interface.
Applies only if creating a network interface when launching an instance.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder ipv6AddressCount(java.lang.Number ipv6AddressCount)
ipv6AddressCount
- A number of IPv6 addresses to assign to the network interface.
Amazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder ipv6Addresses(IResolvable ipv6Addresses)
ipv6Addresses
- One or more IPv6 addresses to assign to the network interface.
You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder ipv6Addresses(java.util.List<? extends java.lang.Object> ipv6Addresses)
ipv6Addresses
- One or more IPv6 addresses to assign to the network interface.
You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder networkInterfaceId(java.lang.String networkInterfaceId)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getNetworkInterfaceId()
networkInterfaceId
- The ID of the network interface.
If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder privateIpAddresses(IResolvable privateIpAddresses)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getPrivateIpAddresses()
privateIpAddresses
- One or more private IPv4 addresses to assign to the network interface.
Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder privateIpAddresses(java.util.List<? extends java.lang.Object> privateIpAddresses)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getPrivateIpAddresses()
privateIpAddresses
- One or more private IPv4 addresses to assign to the network interface.
Only one private IPv4 address can be designated as primary. You cannot specify this option if you're launching more than one instance in a RunInstances request.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder secondaryPrivateIpAddressCount(java.lang.Number secondaryPrivateIpAddressCount)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getSecondaryPrivateIpAddressCount()
secondaryPrivateIpAddressCount
- The number of secondary private IPv4 addresses.
You can't specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you're launching more than one instance in a RunInstances request.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder subnetId(java.lang.String subnetId)
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.getSubnetId()
subnetId
- The ID of the subnet associated with the network interface.
Applies only if creating a network interface when launching an instance.this
public CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty build()
CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
java.lang.NullPointerException
- if any required attribute was not provided