public static interface DescribeTransitGatewaysRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewaysRequest.Builder,DescribeTransitGatewaysRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeTransitGatewaysRequest.Builder transitGatewayIds(Collection<String> transitGatewayIds)
The IDs of the transit gateways.
transitGatewayIds
- The IDs of the transit gateways.DescribeTransitGatewaysRequest.Builder transitGatewayIds(String... transitGatewayIds)
The IDs of the transit gateways.
transitGatewayIds
- The IDs of the transit gateways.DescribeTransitGatewaysRequest.Builder filters(Collection<Filter> filters)
One or more filters. The possible values are:
amazon-side-asn
- The private ASN for the Amazon side of a BGP session.
association-default-route-table-id
- The ID of the default association route table.
default-route-table-association
- Indicates whether resource attachments are automatically
associated with the default association route table (enable
| disable
).
default-route-table-propagation
- Indicates whether resource attachments automatically propagate
routes to the default propagation route table (enable
| disable
).
owner-account-id
- The ID of the AWS account that owns the transit gateway.
propagation-default-route-table-id
- The ID of the default propagation route table.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-state
- The state of the transit gateway (pending
|
available
| deleting
| deleted
).
filters
- One or more filters. The possible values are:
amazon-side-asn
- The private ASN for the Amazon side of a BGP session.
association-default-route-table-id
- The ID of the default association route table.
default-route-table-association
- Indicates whether resource attachments are
automatically associated with the default association route table (enable
|
disable
).
default-route-table-propagation
- Indicates whether resource attachments automatically
propagate routes to the default propagation route table (enable
| disable
).
owner-account-id
- The ID of the AWS account that owns the transit gateway.
propagation-default-route-table-id
- The ID of the default propagation route table.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-state
- The state of the transit gateway (pending
|
available
| deleting
| deleted
).
DescribeTransitGatewaysRequest.Builder filters(Filter... filters)
One or more filters. The possible values are:
amazon-side-asn
- The private ASN for the Amazon side of a BGP session.
association-default-route-table-id
- The ID of the default association route table.
default-route-table-association
- Indicates whether resource attachments are automatically
associated with the default association route table (enable
| disable
).
default-route-table-propagation
- Indicates whether resource attachments automatically propagate
routes to the default propagation route table (enable
| disable
).
owner-account-id
- The ID of the AWS account that owns the transit gateway.
propagation-default-route-table-id
- The ID of the default propagation route table.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-state
- The state of the transit gateway (pending
|
available
| deleting
| deleted
).
filters
- One or more filters. The possible values are:
amazon-side-asn
- The private ASN for the Amazon side of a BGP session.
association-default-route-table-id
- The ID of the default association route table.
default-route-table-association
- Indicates whether resource attachments are
automatically associated with the default association route table (enable
|
disable
).
default-route-table-propagation
- Indicates whether resource attachments automatically
propagate routes to the default propagation route table (enable
| disable
).
owner-account-id
- The ID of the AWS account that owns the transit gateway.
propagation-default-route-table-id
- The ID of the default propagation route table.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-state
- The state of the transit gateway (pending
|
available
| deleting
| deleted
).
DescribeTransitGatewaysRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters. The possible values are:
amazon-side-asn
- The private ASN for the Amazon side of a BGP session.
association-default-route-table-id
- The ID of the default association route table.
default-route-table-association
- Indicates whether resource attachments are automatically
associated with the default association route table (enable
| disable
).
default-route-table-propagation
- Indicates whether resource attachments automatically propagate
routes to the default propagation route table (enable
| disable
).
owner-account-id
- The ID of the AWS account that owns the transit gateway.
propagation-default-route-table-id
- The ID of the default propagation route table.
transit-gateway-id
- The ID of the transit gateway.
transit-gateway-state
- The state of the transit gateway (pending
|
available
| deleting
| deleted
).
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
DescribeTransitGatewaysRequest.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.
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.DescribeTransitGatewaysRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.DescribeTransitGatewaysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeTransitGatewaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.