Interface CreateTransitGatewayPeeringAttachmentRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateTransitGatewayPeeringAttachmentRequest.Builder,,- CreateTransitGatewayPeeringAttachmentRequest> - Ec2Request.Builder,- SdkBuilder<CreateTransitGatewayPeeringAttachmentRequest.Builder,,- CreateTransitGatewayPeeringAttachmentRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateTransitGatewayPeeringAttachmentRequest
- 
Method SummaryModifier and TypeMethodDescriptionChecks whether you have the required permissions for the action, without actually making the request, and provides an error response.Requests a transit gateway peering attachment.Requests a transit gateway peering attachment.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.peerAccountId(String peerAccountId) The ID of the Amazon Web Services account that owns the peer transit gateway.peerRegion(String peerRegion) The Region where the peer transit gateway is located.peerTransitGatewayId(String peerTransitGatewayId) The ID of the peer transit gateway with which to create the peering attachment.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the transit gateway peering attachment.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the transit gateway peering attachment.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the transit gateway peering attachment.transitGatewayId(String transitGatewayId) The ID of the transit gateway.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
transitGatewayIdThe ID of the transit gateway. - Parameters:
- transitGatewayId- The ID of the transit gateway.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerTransitGatewayIdCreateTransitGatewayPeeringAttachmentRequest.Builder peerTransitGatewayId(String peerTransitGatewayId) The ID of the peer transit gateway with which to create the peering attachment. - Parameters:
- peerTransitGatewayId- The ID of the peer transit gateway with which to create the peering attachment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerAccountIdThe ID of the Amazon Web Services account that owns the peer transit gateway. - Parameters:
- peerAccountId- The ID of the Amazon Web Services account that owns the peer transit gateway.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerRegionThe Region where the peer transit gateway is located. - Parameters:
- peerRegion- The Region where the peer transit gateway is located.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
optionsCreateTransitGatewayPeeringAttachmentRequest.Builder options(CreateTransitGatewayPeeringAttachmentRequestOptions options) Requests a transit gateway peering attachment. - Parameters:
- options- Requests a transit gateway peering attachment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
optionsdefault CreateTransitGatewayPeeringAttachmentRequest.Builder options(Consumer<CreateTransitGatewayPeeringAttachmentRequestOptions.Builder> options) Requests a transit gateway peering attachment. This is a convenience method that creates an instance of theCreateTransitGatewayPeeringAttachmentRequestOptions.Builderavoiding the need to create one manually viaCreateTransitGatewayPeeringAttachmentRequestOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(CreateTransitGatewayPeeringAttachmentRequestOptions).- Parameters:
- options- a consumer that will call methods on- CreateTransitGatewayPeeringAttachmentRequestOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagSpecificationsCreateTransitGatewayPeeringAttachmentRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the transit gateway peering attachment. - Parameters:
- tagSpecifications- The tags to apply to the transit gateway peering attachment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagSpecificationsCreateTransitGatewayPeeringAttachmentRequest.Builder tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the transit gateway peering attachment. - Parameters:
- tagSpecifications- The tags to apply to the transit gateway peering attachment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagSpecificationsCreateTransitGatewayPeeringAttachmentRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the transit gateway peering attachment. This is a convenience method that creates an instance of theTagSpecification.Builderavoiding the need to create one manually viaTagSpecification.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totagSpecifications(List<TagSpecification>).- Parameters:
- tagSpecifications- a consumer that will call methods on- TagSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dryRunChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
- dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is- DryRunOperation. Otherwise, it is- UnauthorizedOperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateTransitGatewayPeeringAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateTransitGatewayPeeringAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-