static Instance.Builder |
Instance.builder() |
|
Instance.Builder |
Instance.Builder.ebsVolumes(Collection<EbsVolume> ebsVolumes) |
The list of Amazon EBS volumes that are attached to this instance.
|
Instance.Builder |
Instance.Builder.ebsVolumes(Consumer<EbsVolume.Builder>... ebsVolumes) |
The list of Amazon EBS volumes that are attached to this instance.
|
Instance.Builder |
Instance.Builder.ebsVolumes(EbsVolume... ebsVolumes) |
The list of Amazon EBS volumes that are attached to this instance.
|
Instance.Builder |
Instance.Builder.ec2InstanceId(String ec2InstanceId) |
The unique identifier of the instance in Amazon EC2.
|
Instance.Builder |
Instance.Builder.id(String id) |
The unique identifier for the instance in Amazon EMR.
|
Instance.Builder |
Instance.Builder.instanceFleetId(String instanceFleetId) |
The unique identifier of the instance fleet to which an Amazon EC2 instance belongs.
|
Instance.Builder |
Instance.Builder.instanceGroupId(String instanceGroupId) |
The identifier of the instance group to which this instance belongs.
|
Instance.Builder |
Instance.Builder.instanceType(String instanceType) |
The Amazon EC2 instance type, for example m3.xlarge.
|
Instance.Builder |
Instance.Builder.market(String market) |
The instance purchasing option.
|
Instance.Builder |
Instance.Builder.market(MarketType market) |
The instance purchasing option.
|
Instance.Builder |
Instance.Builder.privateDnsName(String privateDnsName) |
The private DNS name of the instance.
|
Instance.Builder |
Instance.Builder.privateIpAddress(String privateIpAddress) |
The private IP address of the instance.
|
Instance.Builder |
Instance.Builder.publicDnsName(String publicDnsName) |
The public DNS name of the instance.
|
Instance.Builder |
Instance.Builder.publicIpAddress(String publicIpAddress) |
The public IP address of the instance.
|
default Instance.Builder |
Instance.Builder.status(Consumer<InstanceStatus.Builder> status) |
The current status of the instance.
|
Instance.Builder |
Instance.Builder.status(InstanceStatus status) |
The current status of the instance.
|
Instance.Builder |
Instance.toBuilder() |
|