Interface DescribeDirectConnectGatewayAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDirectConnectGatewayAssociationsRequest.Builder,DescribeDirectConnectGatewayAssociationsRequest>,DirectConnectRequest.Builder,SdkBuilder<DescribeDirectConnectGatewayAssociationsRequest.Builder,DescribeDirectConnectGatewayAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDirectConnectGatewayAssociationsRequest
public static interface DescribeDirectConnectGatewayAssociationsRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAssociationsRequest.Builder,DescribeDirectConnectGatewayAssociationsRequest>
-
-
Method Summary
-
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.directconnect.model.DirectConnectRequest.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
-
associationId
DescribeDirectConnectGatewayAssociationsRequest.Builder associationId(String associationId)
The ID of the Direct Connect gateway association.
- Parameters:
associationId- The ID of the Direct Connect gateway association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedGatewayId
DescribeDirectConnectGatewayAssociationsRequest.Builder associatedGatewayId(String associatedGatewayId)
The ID of the associated gateway.
- Parameters:
associatedGatewayId- The ID of the associated gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directConnectGatewayId
DescribeDirectConnectGatewayAssociationsRequest.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
- Parameters:
directConnectGatewayId- The ID of the Direct Connect gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeDirectConnectGatewayAssociationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextTokenvalue.If
MaxResultsis given a value larger than 100, only 100 results are returned.- Parameters:
maxResults- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returnednextTokenvalue.If
MaxResultsis given a value larger than 100, only 100 results are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeDirectConnectGatewayAssociationsRequest.Builder nextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
- Parameters:
nextToken- The token provided in the previous call to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
virtualGatewayId
DescribeDirectConnectGatewayAssociationsRequest.Builder virtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway or transit gateway.
- Parameters:
virtualGatewayId- The ID of the virtual private gateway or transit gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDirectConnectGatewayAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDirectConnectGatewayAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-