public static interface DescribeTransitGatewayPolicyTablesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayPolicyTablesRequest.Builder,DescribeTransitGatewayPolicyTablesRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTransitGatewayPolicyTablesRequest.Builder transitGatewayPolicyTableIds(Collection<String> transitGatewayPolicyTableIds)
The IDs of the transit gateway policy tables.
transitGatewayPolicyTableIds
- The IDs of the transit gateway policy tables.DescribeTransitGatewayPolicyTablesRequest.Builder transitGatewayPolicyTableIds(String... transitGatewayPolicyTableIds)
The IDs of the transit gateway policy tables.
transitGatewayPolicyTableIds
- The IDs of the transit gateway policy tables.DescribeTransitGatewayPolicyTablesRequest.Builder filters(Collection<Filter> filters)
The filters associated with the transit gateway policy table.
filters
- The filters associated with the transit gateway policy table.DescribeTransitGatewayPolicyTablesRequest.Builder filters(Filter... filters)
The filters associated with the transit gateway policy table.
filters
- The filters associated with the transit gateway policy table.DescribeTransitGatewayPolicyTablesRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters associated with the transit gateway policy table.
This is a convenience method that creates an instance of theList.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)
DescribeTransitGatewayPolicyTablesRequest.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.DescribeTransitGatewayPolicyTablesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.DescribeTransitGatewayPolicyTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeTransitGatewayPolicyTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.