| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
StaticIp.Builder |
StaticIp.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the static IP (e.g.,
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 (e.g.,
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 (e.g.,
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 (e.g.,
StaticIP-Ohio-EXAMPLE). |
StaticIp.Builder |
StaticIp.Builder.resourceType(ResourceType resourceType)
The resource type (usually
StaticIp). |
StaticIp.Builder |
StaticIp.Builder.resourceType(String resourceType)
The resource type (usually
StaticIp). |
StaticIp.Builder |
StaticIp.Builder.supportCode(String supportCode)
The support code.
|
StaticIp.Builder |
StaticIp.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StaticIp.Builder> |
StaticIp.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetStaticIpResponse.Builder |
GetStaticIpResponse.Builder.staticIp(Consumer<StaticIp.Builder> staticIp)
An array of key-value pairs containing information about the requested static IP.
|
Copyright © 2023. All rights reserved.