StaticIp.Builder |
StaticIp.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the static IP (
arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE).
|
StaticIp.Builder |
StaticIp.Builder.attachedTo(String attachedTo) |
The instance where the static IP is attached (Amazon_Linux-1GB-Ohio-1).
|
static StaticIp.Builder |
StaticIp.builder() |
|
StaticIp.Builder |
StaticIp.Builder.createdAt(Instant createdAt) |
The timestamp when the static IP was created (1479735304.222).
|
StaticIp.Builder |
StaticIp.Builder.ipAddress(String ipAddress) |
The static IP address.
|
StaticIp.Builder |
StaticIp.Builder.isAttached(Boolean isAttached) |
A Boolean value indicating whether the static IP is attached.
|
default StaticIp.Builder |
StaticIp.Builder.location(Consumer<ResourceLocation.Builder> location) |
The region and Availability Zone where the static IP was created.
|
StaticIp.Builder |
StaticIp.Builder.location(ResourceLocation location) |
The region and Availability Zone where the static IP was created.
|
StaticIp.Builder |
StaticIp.Builder.name(String name) |
The name of the static IP (StaticIP-Ohio-EXAMPLE).
|
StaticIp.Builder |
StaticIp.Builder.resourceType(String resourceType) |
The resource type (usually StaticIp).
|
StaticIp.Builder |
StaticIp.Builder.resourceType(ResourceType resourceType) |
The resource type (usually StaticIp).
|
StaticIp.Builder |
StaticIp.Builder.supportCode(String supportCode) |
The support code.
|
StaticIp.Builder |
StaticIp.toBuilder() |
|