static Peering.Builder |
Peering.builder() |
|
Peering.Builder |
Peering.Builder.coreNetworkArn(String coreNetworkArn) |
The ARN of a core network.
|
Peering.Builder |
Peering.Builder.coreNetworkId(String coreNetworkId) |
The ID of the core network for the peering request.
|
Peering.Builder |
Peering.Builder.createdAt(Instant createdAt) |
The timestamp when the attachment peer was created.
|
Peering.Builder |
Peering.Builder.edgeLocation(String edgeLocation) |
The edge location for the peer.
|
Peering.Builder |
Peering.Builder.ownerAccountId(String ownerAccountId) |
The ID of the account owner.
|
Peering.Builder |
Peering.Builder.peeringId(String peeringId) |
The ID of the peering attachment.
|
Peering.Builder |
Peering.Builder.peeringType(String peeringType) |
The type of peering.
|
Peering.Builder |
Peering.Builder.peeringType(PeeringType peeringType) |
The type of peering.
|
Peering.Builder |
Peering.Builder.resourceArn(String resourceArn) |
The resource ARN of the peer.
|
Peering.Builder |
Peering.Builder.state(String state) |
The current state of the peering connection.
|
Peering.Builder |
Peering.Builder.state(PeeringState state) |
The current state of the peering connection.
|
Peering.Builder |
Peering.Builder.tags(Collection<Tag> tags) |
The list of key-value tags associated with the peering.
|
Peering.Builder |
Peering.Builder.tags(Consumer<Tag.Builder>... tags) |
The list of key-value tags associated with the peering.
|
Peering.Builder |
Peering.Builder.tags(Tag... tags) |
The list of key-value tags associated with the peering.
|
Peering.Builder |
Peering.toBuilder() |
|