public static interface CreateTransitGatewayRouteTableAnnouncementRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteTableAnnouncementRequest.Builder,CreateTransitGatewayRouteTableAnnouncementRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTransitGatewayRouteTableAnnouncementRequest.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId - The ID of the transit gateway route table.CreateTransitGatewayRouteTableAnnouncementRequest.Builder peeringAttachmentId(String peeringAttachmentId)
The ID of the peering attachment.
peeringAttachmentId - The ID of the peering attachment.CreateTransitGatewayRouteTableAnnouncementRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
tagSpecifications - The tags specifications applied to the transit gateway route table announcement.CreateTransitGatewayRouteTableAnnouncementRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
tagSpecifications - The tags specifications applied to the transit gateway route table announcement.CreateTransitGatewayRouteTableAnnouncementRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags specifications applied to the transit gateway route table announcement.
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 #tagSpecifications(List) .tagSpecifications - a consumer that will call methods on List.Builder #tagSpecifications(List) CreateTransitGatewayRouteTableAnnouncementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayRouteTableAnnouncementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.