Interface DescribeDirectConnectGatewayAttachmentsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeDirectConnectGatewayAttachmentsRequest.Builder,,- DescribeDirectConnectGatewayAttachmentsRequest> - DirectConnectRequest.Builder,- SdkBuilder<DescribeDirectConnectGatewayAttachmentsRequest.Builder,,- DescribeDirectConnectGatewayAttachmentsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DescribeDirectConnectGatewayAttachmentsRequest
@Mutable
@NotThreadSafe
public static interface DescribeDirectConnectGatewayAttachmentsRequest.Builder
extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeDirectConnectGatewayAttachmentsRequest.Builder,DescribeDirectConnectGatewayAttachmentsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondirectConnectGatewayId(String directConnectGatewayId) The ID of the Direct Connect gateway.maxResults(Integer maxResults) The maximum number of results to return with a single call.The token provided in the previous call to retrieve the next page.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.virtualInterfaceId(String virtualInterfaceId) The ID of the virtual interface.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
directConnectGatewayIdDescribeDirectConnectGatewayAttachmentsRequest.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.
 
- 
virtualInterfaceIdDescribeDirectConnectGatewayAttachmentsRequest.Builder virtualInterfaceId(String virtualInterfaceId) The ID of the virtual interface. - Parameters:
- virtualInterfaceId- The ID of the virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe 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 returned- nextTokenvalue.- 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.
 
- 
nextTokenThe 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.
 
- 
overrideConfigurationDescribeDirectConnectGatewayAttachmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeDirectConnectGatewayAttachmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-