public static interface GetConnectPeerAssociationsRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetConnectPeerAssociationsRequest.Builder,GetConnectPeerAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetConnectPeerAssociationsRequest.Builder |
connectPeerIds(Collection<String> connectPeerIds)
The IDs of the Connect peers.
|
GetConnectPeerAssociationsRequest.Builder |
connectPeerIds(String... connectPeerIds)
The IDs of the Connect peers.
|
GetConnectPeerAssociationsRequest.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetConnectPeerAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
GetConnectPeerAssociationsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetConnectPeerAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConnectPeerAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectPeerAssociationsRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.GetConnectPeerAssociationsRequest.Builder connectPeerIds(Collection<String> connectPeerIds)
The IDs of the Connect peers.
connectPeerIds - The IDs of the Connect peers.GetConnectPeerAssociationsRequest.Builder connectPeerIds(String... connectPeerIds)
The IDs of the Connect peers.
connectPeerIds - The IDs of the Connect peers.GetConnectPeerAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.GetConnectPeerAssociationsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.GetConnectPeerAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetConnectPeerAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.