public static interface DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder,DescribeTransitGatewayRouteTableAnnouncementsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder transitGatewayRouteTableAnnouncementIds(Collection<String> transitGatewayRouteTableAnnouncementIds)
The IDs of the transit gateway route tables that are being advertised.
transitGatewayRouteTableAnnouncementIds
- The IDs of the transit gateway route tables that are being advertised.DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder transitGatewayRouteTableAnnouncementIds(String... transitGatewayRouteTableAnnouncementIds)
The IDs of the transit gateway route tables that are being advertised.
transitGatewayRouteTableAnnouncementIds
- The IDs of the transit gateway route tables that are being advertised.DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder filters(Collection<Filter> filters)
The filters associated with the transit gateway policy table.
filters
- The filters associated with the transit gateway policy table.DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder filters(Filter... filters)
The filters associated with the transit gateway policy table.
filters
- The filters associated with the transit gateway policy table.DescribeTransitGatewayRouteTableAnnouncementsRequest.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)
DescribeTransitGatewayRouteTableAnnouncementsRequest.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.DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.