KeyPair.Builder |
KeyPair.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the key pair (
arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE).
|
static KeyPair.Builder |
KeyPair.builder() |
|
KeyPair.Builder |
KeyPair.Builder.createdAt(Instant createdAt) |
The timestamp when the key pair was created (1479816991.349).
|
KeyPair.Builder |
KeyPair.Builder.fingerprint(String fingerprint) |
The RSA fingerprint of the key pair.
|
default KeyPair.Builder |
KeyPair.Builder.location(Consumer<ResourceLocation.Builder> location) |
The region name and Availability Zone where the key pair was created.
|
KeyPair.Builder |
KeyPair.Builder.location(ResourceLocation location) |
The region name and Availability Zone where the key pair was created.
|
KeyPair.Builder |
KeyPair.Builder.name(String name) |
The friendly name of the SSH key pair.
|
KeyPair.Builder |
KeyPair.Builder.resourceType(String resourceType) |
The resource type (usually KeyPair).
|
KeyPair.Builder |
KeyPair.Builder.resourceType(ResourceType resourceType) |
The resource type (usually KeyPair).
|
KeyPair.Builder |
KeyPair.Builder.supportCode(String supportCode) |
The support code.
|
KeyPair.Builder |
KeyPair.Builder.tags(Collection<Tag> tags) |
The tag keys and optional values for the resource.
|
KeyPair.Builder |
KeyPair.Builder.tags(Consumer<Tag.Builder>... tags) |
The tag keys and optional values for the resource.
|
KeyPair.Builder |
KeyPair.Builder.tags(Tag... tags) |
The tag keys and optional values for the resource.
|
KeyPair.Builder |
KeyPair.toBuilder() |
|