Class CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty>
- Enclosing interface:
CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty
@Stability(Stable)
public static final class CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatePublicIpAddress(Boolean associatePublicIpAddress) associatePublicIpAddress(IResolvable associatePublicIpAddress) build()Builds the configured instance.deleteOnTermination(Boolean deleteOnTermination) deleteOnTermination(IResolvable deleteOnTermination) description(String description) deviceIndex(Number deviceIndex) ipv6AddressCount(Number ipv6AddressCount) ipv6Addresses(List<? extends Object> ipv6Addresses) ipv6Addresses(IResolvable ipv6Addresses) networkInterfaceId(String networkInterfaceId) privateIpAddresses(List<? extends Object> privateIpAddresses) privateIpAddresses(IResolvable privateIpAddresses) secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
associatePublicIpAddress
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder associatePublicIpAddress(Boolean associatePublicIpAddress) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getAssociatePublicIpAddress()- Parameters:
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 istrue.AWS charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page .
- Returns:
this
-
associatePublicIpAddress
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder associatePublicIpAddress(IResolvable associatePublicIpAddress) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getAssociatePublicIpAddress()- Parameters:
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 istrue.AWS charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page .
- Returns:
this
-
deleteOnTermination
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder deleteOnTermination(Boolean deleteOnTermination) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getDeleteOnTermination()- Parameters:
deleteOnTermination- Indicates whether the network interface is deleted when the instance is terminated.- Returns:
this
-
deleteOnTermination
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder deleteOnTermination(IResolvable deleteOnTermination) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getDeleteOnTermination()- Parameters:
deleteOnTermination- Indicates whether the network interface is deleted when the instance is terminated.- Returns:
this
-
description
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder description(String description) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getDescription()- Parameters:
description- The description of the network interface. Applies only if creating a network interface when launching an instance.- Returns:
this
-
deviceIndex
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder deviceIndex(Number deviceIndex) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getDeviceIndex()- Parameters:
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.
- Returns:
this
-
groups
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder groups(List<String> groups) - Parameters:
groups- The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.- Returns:
this
-
ipv6AddressCount
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder ipv6AddressCount(Number ipv6AddressCount) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getIpv6AddressCount()- Parameters:
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.- Returns:
this
-
ipv6Addresses
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder ipv6Addresses(IResolvable ipv6Addresses) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getIpv6Addresses()- Parameters:
ipv6Addresses- The 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.- Returns:
this
-
ipv6Addresses
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder ipv6Addresses(List<? extends Object> ipv6Addresses) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getIpv6Addresses()- Parameters:
ipv6Addresses- The 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.- Returns:
this
-
networkInterfaceId
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder networkInterfaceId(String networkInterfaceId) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getNetworkInterfaceId()- Parameters:
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.- Returns:
this
-
privateIpAddresses
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder privateIpAddresses(IResolvable privateIpAddresses) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getPrivateIpAddresses()- Parameters:
privateIpAddresses- The 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.- Returns:
this
-
privateIpAddresses
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder privateIpAddresses(List<? extends Object> privateIpAddresses) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getPrivateIpAddresses()- Parameters:
privateIpAddresses- The 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.- Returns:
this
-
secondaryPrivateIpAddressCount
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getSecondaryPrivateIpAddressCount()- Parameters:
secondaryPrivateIpAddressCount- The number of secondary private IPv4 addresses. You can’t specify this parameter and also specify a secondary private IP address using thePrivateIpAddressparameter.- Returns:
this
-
subnetId
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.Builder subnetId(String subnetId) Sets the value ofCfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty.getSubnetId()- Parameters:
subnetId- The ID of the subnet associated with the network interface.- Returns:
this
-
build
@Stability(Stable) public CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty>- Returns:
- a new instance of
CfnSpotFleetPropsMixin.InstanceNetworkInterfaceSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-