| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static PeeringAttachmentStatus.Builder |
PeeringAttachmentStatus.builder() |
PeeringAttachmentStatus.Builder |
PeeringAttachmentStatus.Builder.code(String code)
The status code.
|
PeeringAttachmentStatus.Builder |
PeeringAttachmentStatus.Builder.message(String message)
The status message, if applicable.
|
PeeringAttachmentStatus.Builder |
PeeringAttachmentStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PeeringAttachmentStatus.Builder> |
PeeringAttachmentStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.status(Consumer<PeeringAttachmentStatus.Builder> status)
The status of the transit gateway peering attachment.
|
Copyright © 2019. All rights reserved.