Interface GetConnectPeerAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetConnectPeerAssociationsRequest.Builder,GetConnectPeerAssociationsRequest>,NetworkManagerRequest.Builder,SdkBuilder<GetConnectPeerAssociationsRequest.Builder,GetConnectPeerAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetConnectPeerAssociationsRequest
public static interface GetConnectPeerAssociationsRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetConnectPeerAssociationsRequest.Builder,GetConnectPeerAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConnectPeerAssociationsRequest.BuilderconnectPeerIds(String... connectPeerIds)The IDs of the Connect peers.GetConnectPeerAssociationsRequest.BuilderconnectPeerIds(Collection<String> connectPeerIds)The IDs of the Connect peers.GetConnectPeerAssociationsRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.GetConnectPeerAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.GetConnectPeerAssociationsRequest.BuildernextToken(String nextToken)The token for the next page of results.GetConnectPeerAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConnectPeerAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
globalNetworkId
GetConnectPeerAssociationsRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
- Parameters:
globalNetworkId- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectPeerIds
GetConnectPeerAssociationsRequest.Builder connectPeerIds(Collection<String> connectPeerIds)
The IDs of the Connect peers.
- Parameters:
connectPeerIds- The IDs of the Connect peers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectPeerIds
GetConnectPeerAssociationsRequest.Builder connectPeerIds(String... connectPeerIds)
The IDs of the Connect peers.
- Parameters:
connectPeerIds- The IDs of the Connect peers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetConnectPeerAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetConnectPeerAssociationsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
- Parameters:
nextToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetConnectPeerAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConnectPeerAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-