| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.amiLaunchIndex(Integer amiLaunchIndex)
The Amazon Machine Image (AMI) launch index, which you can use to find this instance in the launch group.
|
Instance.Builder |
Instance.Builder.blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries for the instance.
|
Instance.Builder |
Instance.Builder.blockDeviceMappings(Consumer<InstanceBlockDeviceMapping.Builder>... blockDeviceMappings)
Any block device mapping entries for the instance.
|
Instance.Builder |
Instance.Builder.blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries for the instance.
|
static Instance.Builder |
Instance.builder() |
default Instance.Builder |
Instance.Builder.cpuOptions(Consumer<CpuOptions.Builder> cpuOptions)
The CPU options for the instance.
|
Instance.Builder |
Instance.Builder.cpuOptions(CpuOptions cpuOptions)
The CPU options for the instance.
|
Instance.Builder |
Instance.Builder.createdAt(Instant createdAt)
When the instance was created.
|
Instance.Builder |
Instance.Builder.imageId(String imageId)
The ID of the AMI used to launch the instance.
|
Instance.Builder |
Instance.Builder.instanceId(String instanceId)
The ID of the instance.
|
Instance.Builder |
Instance.Builder.instanceType(String instanceType)
The instance type.
|
Instance.Builder |
Instance.Builder.privateIpAddress(String privateIpAddress)
The private IPv4 address assigned to the instance.
|
Instance.Builder |
Instance.Builder.publicIpAddress(String publicIpAddress)
The public IPv4 address assigned to the instance.
|
Instance.Builder |
Instance.Builder.rootDeviceName(String rootDeviceName)
The device name of the root device volume (for example,
/dev/sda1). |
Instance.Builder |
Instance.Builder.securityGroups(Collection<SecurityGroupIdentifier> securityGroups)
The security groups for the instance.
|
Instance.Builder |
Instance.Builder.securityGroups(Consumer<SecurityGroupIdentifier.Builder>... securityGroups)
The security groups for the instance.
|
Instance.Builder |
Instance.Builder.securityGroups(SecurityGroupIdentifier... securityGroups)
The security groups for the instance.
|
default Instance.Builder |
Instance.Builder.state(Consumer<InstanceState.Builder> state)
Sets the value of the State property for this object.
|
Instance.Builder |
Instance.Builder.state(InstanceState state)
Sets the value of the State property for this object.
|
Instance.Builder |
Instance.toBuilder() |
Instance.Builder |
Instance.Builder.updatedAt(Instant updatedAt)
When the instance was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Instance.Builder> |
Instance.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceSummary.Builder |
InstanceSummary.Builder.instance(Consumer<Instance.Builder> instance)
A structure containing details about the instance.
|
Copyright © 2023. All rights reserved.