Interface GetConnectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetConnectionsRequest.Builder,GetConnectionsRequest>,NetworkManagerRequest.Builder,SdkBuilder<GetConnectionsRequest.Builder,GetConnectionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetConnectionsRequest
public static interface GetConnectionsRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetConnectionsRequest.Builder,GetConnectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConnectionsRequest.BuilderconnectionIds(String... connectionIds)One or more connection IDs.GetConnectionsRequest.BuilderconnectionIds(Collection<String> connectionIds)One or more connection IDs.GetConnectionsRequest.BuilderdeviceId(String deviceId)The ID of the device.GetConnectionsRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.GetConnectionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.GetConnectionsRequest.BuildernextToken(String nextToken)The token for the next page of results.GetConnectionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConnectionsRequest.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
GetConnectionsRequest.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.
-
connectionIds
GetConnectionsRequest.Builder connectionIds(Collection<String> connectionIds)
One or more connection IDs.
- Parameters:
connectionIds- One or more connection IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionIds
GetConnectionsRequest.Builder connectionIds(String... connectionIds)
One or more connection IDs.
- Parameters:
connectionIds- One or more connection IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
GetConnectionsRequest.Builder deviceId(String deviceId)
The ID of the device.
- Parameters:
deviceId- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetConnectionsRequest.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
GetConnectionsRequest.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
GetConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-