public static interface DescribeDirectConnectGatewayAssociationsRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAssociationsRequest.Builder,DescribeDirectConnectGatewayAssociationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDirectConnectGatewayAssociationsRequest.Builder associationId(String associationId)
The ID of the Direct Connect gateway association.
associationId - The ID of the Direct Connect gateway association.DescribeDirectConnectGatewayAssociationsRequest.Builder associatedGatewayId(String associatedGatewayId)
The ID of the associated gateway.
associatedGatewayId - The ID of the associated gateway.DescribeDirectConnectGatewayAssociationsRequest.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId - The ID of the Direct Connect gateway.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 nextToken value.
If MaxResults is given a value larger than 100, only 100 results are returned.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.
If MaxResults is given a value larger than 100, only 100 results are returned.
DescribeDirectConnectGatewayAssociationsRequest.Builder nextToken(String nextToken)
The token provided in the previous call to retrieve the next page.
nextToken - The token provided in the previous call to retrieve the next page.DescribeDirectConnectGatewayAssociationsRequest.Builder virtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway or transit gateway.
virtualGatewayId - The ID of the virtual private gateway or transit gateway.DescribeDirectConnectGatewayAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDirectConnectGatewayAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.