Java com.amazonaws.services.ec2.model InstanceNetworkInterfaceSpecification fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model InstanceNetworkInterfaceSpecification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model InstanceNetworkInterfaceSpecification.

The text is from its open source code.

Constructor

Method

voidsetAssociatePublicIpAddress(Boolean associatePublicIpAddress)

Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.

voidsetDeviceIndex(Integer deviceIndex)

The position of the network interface in the attachment order.

voidsetGroups(java.util.Collection groups)

The IDs of the security groups for the network interface.

voidsetSubnetId(String subnetId)

The ID of the subnet associated with the network interface.