Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateTransitGatewayPeeringAttachmentRequest.Builder
Packages that use CreateTransitGatewayPeeringAttachmentRequest.Builder
Package
Description
-
Uses of CreateTransitGatewayPeeringAttachmentRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateTransitGatewayPeeringAttachmentRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createTransitGatewayPeeringAttachment(Consumer<CreateTransitGatewayPeeringAttachmentRequest.Builder> createTransitGatewayPeeringAttachmentRequest) Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter).Ec2Client.createTransitGatewayPeeringAttachment(Consumer<CreateTransitGatewayPeeringAttachmentRequest.Builder> createTransitGatewayPeeringAttachmentRequest) Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). -
Uses of CreateTransitGatewayPeeringAttachmentRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateTransitGatewayPeeringAttachmentRequest.BuilderModifier and TypeMethodDescriptionCreateTransitGatewayPeeringAttachmentRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateTransitGatewayPeeringAttachmentRequest.Builder.options(Consumer<CreateTransitGatewayPeeringAttachmentRequestOptions.Builder> options) Requests a transit gateway peering attachment.CreateTransitGatewayPeeringAttachmentRequest.Builder.options(CreateTransitGatewayPeeringAttachmentRequestOptions options) Requests a transit gateway peering attachment.CreateTransitGatewayPeeringAttachmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateTransitGatewayPeeringAttachmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateTransitGatewayPeeringAttachmentRequest.Builder.peerAccountId(String peerAccountId) The ID of the Amazon Web Services account that owns the peer transit gateway.CreateTransitGatewayPeeringAttachmentRequest.Builder.peerRegion(String peerRegion) The Region where the peer transit gateway is located.CreateTransitGatewayPeeringAttachmentRequest.Builder.peerTransitGatewayId(String peerTransitGatewayId) The ID of the peer transit gateway with which to create the peering attachment.CreateTransitGatewayPeeringAttachmentRequest.Builder.tagSpecifications(Collection<TagSpecification> 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.CreateTransitGatewayPeeringAttachmentRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the transit gateway peering attachment.CreateTransitGatewayPeeringAttachmentRequest.toBuilder()CreateTransitGatewayPeeringAttachmentRequest.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateTransitGatewayPeeringAttachmentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTransitGatewayPeeringAttachmentRequest.Builder>CreateTransitGatewayPeeringAttachmentRequest.serializableBuilderClass()