public static interface ConnectPeerSummary.Builder extends SdkPojo, CopyableBuilder<ConnectPeerSummary.Builder,ConnectPeerSummary>
| Modifier and Type | Method and Description |
|---|---|
ConnectPeerSummary.Builder |
connectAttachmentId(String connectAttachmentId)
The ID of a Connect peer attachment.
|
ConnectPeerSummary.Builder |
connectPeerId(String connectPeerId)
The ID of a Connect peer.
|
ConnectPeerSummary.Builder |
connectPeerState(ConnectPeerState connectPeerState)
The state of a Connect peer.
|
ConnectPeerSummary.Builder |
connectPeerState(String connectPeerState)
The state of a Connect peer.
|
ConnectPeerSummary.Builder |
coreNetworkId(String coreNetworkId)
The ID of a core network.
|
ConnectPeerSummary.Builder |
createdAt(Instant createdAt)
The timestamp when a Connect peer was created.
|
ConnectPeerSummary.Builder |
edgeLocation(String edgeLocation)
The Region where the edge is located.
|
ConnectPeerSummary.Builder |
tags(Collection<Tag> tags)
The list of key-value tags associated with the Connect peer summary.
|
ConnectPeerSummary.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of key-value tags associated with the Connect peer summary.
|
ConnectPeerSummary.Builder |
tags(Tag... tags)
The list of key-value tags associated with the Connect peer summary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectPeerSummary.Builder coreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.ConnectPeerSummary.Builder connectAttachmentId(String connectAttachmentId)
The ID of a Connect peer attachment.
connectAttachmentId - The ID of a Connect peer attachment.ConnectPeerSummary.Builder connectPeerId(String connectPeerId)
The ID of a Connect peer.
connectPeerId - The ID of a Connect peer.ConnectPeerSummary.Builder edgeLocation(String edgeLocation)
The Region where the edge is located.
edgeLocation - The Region where the edge is located.ConnectPeerSummary.Builder connectPeerState(String connectPeerState)
The state of a Connect peer.
connectPeerState - The state of a Connect peer.ConnectPeerState,
ConnectPeerStateConnectPeerSummary.Builder connectPeerState(ConnectPeerState connectPeerState)
The state of a Connect peer.
connectPeerState - The state of a Connect peer.ConnectPeerState,
ConnectPeerStateConnectPeerSummary.Builder createdAt(Instant createdAt)
The timestamp when a Connect peer was created.
createdAt - The timestamp when a Connect peer was created.ConnectPeerSummary.Builder tags(Collection<Tag> tags)
The list of key-value tags associated with the Connect peer summary.
tags - The list of key-value tags associated with the Connect peer summary.ConnectPeerSummary.Builder tags(Tag... tags)
The list of key-value tags associated with the Connect peer summary.
tags - The list of key-value tags associated with the Connect peer summary.ConnectPeerSummary.Builder tags(Consumer<Tag.Builder>... tags)
The list of key-value tags associated with the Connect peer summary.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.