Uses of Interface
software.amazon.awssdk.services.networkmanager.model.CreateTransitGatewayRouteTableAttachmentRequest.Builder
-
Packages that use CreateTransitGatewayRouteTableAttachmentRequest.Builder Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.software.amazon.awssdk.services.networkmanager.model -
-
Uses of CreateTransitGatewayRouteTableAttachmentRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type CreateTransitGatewayRouteTableAttachmentRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateTransitGatewayRouteTableAttachmentResponse>NetworkManagerAsyncClient. createTransitGatewayRouteTableAttachment(Consumer<CreateTransitGatewayRouteTableAttachmentRequest.Builder> createTransitGatewayRouteTableAttachmentRequest)Creates a transit gateway route table attachment.default CreateTransitGatewayRouteTableAttachmentResponseNetworkManagerClient. createTransitGatewayRouteTableAttachment(Consumer<CreateTransitGatewayRouteTableAttachmentRequest.Builder> createTransitGatewayRouteTableAttachmentRequest)Creates a transit gateway route table attachment. -
Uses of CreateTransitGatewayRouteTableAttachmentRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return CreateTransitGatewayRouteTableAttachmentRequest.Builder Modifier and Type Method Description static CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest. builder()CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder. clientToken(String clientToken)The client token associated with the request.CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder. peeringId(String peeringId)The ID of the peer for theCreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder. tags(Collection<Tag> tags)The list of key-value tags associated with the request.CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder. tags(Consumer<Tag.Builder>... tags)The list of key-value tags associated with the request.CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder. tags(Tag... tags)The list of key-value tags associated with the request.CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest. toBuilder()CreateTransitGatewayRouteTableAttachmentRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder. transitGatewayRouteTableArn(String transitGatewayRouteTableArn)The ARN of the transit gateway route table for the attachment request.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CreateTransitGatewayRouteTableAttachmentRequest.Builder Modifier and Type Method Description static Class<? extends CreateTransitGatewayRouteTableAttachmentRequest.Builder>CreateTransitGatewayRouteTableAttachmentRequest. serializableBuilderClass()
-