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 theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateTransitGatewayRouteTableAnnouncementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayRouteTableAnnouncementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.