public static interface CreateTransitGatewayPeeringAttachmentRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayPeeringAttachmentRequest.Builder,CreateTransitGatewayPeeringAttachmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTransitGatewayPeeringAttachmentRequest.Builder transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId - The ID of the transit gateway.CreateTransitGatewayPeeringAttachmentRequest.Builder peerTransitGatewayId(String peerTransitGatewayId)
The ID of the peer transit gateway with which to create the peering attachment.
peerTransitGatewayId - The ID of the peer transit gateway with which to create the peering attachment.CreateTransitGatewayPeeringAttachmentRequest.Builder peerAccountId(String peerAccountId)
The AWS account ID of the owner of the peer transit gateway.
peerAccountId - The AWS account ID of the owner of the peer transit gateway.CreateTransitGatewayPeeringAttachmentRequest.Builder peerRegion(String peerRegion)
The Region where the peer transit gateway is located.
peerRegion - The Region where the peer transit gateway is located.CreateTransitGatewayPeeringAttachmentRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the transit gateway peering attachment.
tagSpecifications - The tags to apply to the transit gateway peering attachment.CreateTransitGatewayPeeringAttachmentRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the transit gateway peering attachment.
tagSpecifications - The tags to apply to the transit gateway peering attachment.CreateTransitGatewayPeeringAttachmentRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the transit gateway peering attachment.
This is a convenience 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) CreateTransitGatewayPeeringAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayPeeringAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.