public static interface DescribeTransitGatewayPolicyTablesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayPolicyTablesRequest.Builder,DescribeTransitGatewayPolicyTablesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTransitGatewayPolicyTablesRequest.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 theFilter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) 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.BuilderDescribeTransitGatewayPolicyTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.