public static interface CreateTransitGatewayPeeringRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayPeeringRequest.Builder,CreateTransitGatewayPeeringRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTransitGatewayPeeringRequest.Builder coreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.CreateTransitGatewayPeeringRequest.Builder transitGatewayArn(String transitGatewayArn)
The ARN of the transit gateway for the peering request.
transitGatewayArn - The ARN of the transit gateway for the peering request.CreateTransitGatewayPeeringRequest.Builder tags(Collection<Tag> tags)
The list of key-value tags associated with the request.
tags - The list of key-value tags associated with the request.CreateTransitGatewayPeeringRequest.Builder tags(Tag... tags)
The list of key-value tags associated with the request.
tags - The list of key-value tags associated with the request.CreateTransitGatewayPeeringRequest.Builder tags(Consumer<Tag.Builder>... tags)
The list of key-value tags associated with the request.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateTransitGatewayPeeringRequest.Builder clientToken(String clientToken)
The client token associated with the request.
clientToken - The client token associated with the request.CreateTransitGatewayPeeringRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayPeeringRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.