Uses of Interface
software.amazon.awssdk.services.networkmanager.model.TransitGatewayRouteTableAttachment.Builder
-
Packages that use TransitGatewayRouteTableAttachment.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of TransitGatewayRouteTableAttachment.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return TransitGatewayRouteTableAttachment.Builder Modifier and Type Method Description default TransitGatewayRouteTableAttachment.BuilderTransitGatewayRouteTableAttachment.Builder. attachment(Consumer<Attachment.Builder> attachment)Sets the value of the Attachment property for this object.TransitGatewayRouteTableAttachment.BuilderTransitGatewayRouteTableAttachment.Builder. attachment(Attachment attachment)Sets the value of the Attachment property for this object.static TransitGatewayRouteTableAttachment.BuilderTransitGatewayRouteTableAttachment. builder()TransitGatewayRouteTableAttachment.BuilderTransitGatewayRouteTableAttachment.Builder. peeringId(String peeringId)The ID of the peering attachment.TransitGatewayRouteTableAttachment.BuilderTransitGatewayRouteTableAttachment. toBuilder()TransitGatewayRouteTableAttachment.BuilderTransitGatewayRouteTableAttachment.Builder. transitGatewayRouteTableArn(String transitGatewayRouteTableArn)The ARN of the transit gateway attachment route table.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type TransitGatewayRouteTableAttachment.Builder Modifier and Type Method Description static Class<? extends TransitGatewayRouteTableAttachment.Builder>TransitGatewayRouteTableAttachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type TransitGatewayRouteTableAttachment.Builder Modifier and Type Method Description default CreateTransitGatewayRouteTableAttachmentResponse.BuilderCreateTransitGatewayRouteTableAttachmentResponse.Builder. transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)The route table associated with the create transit gateway route table attachment request.default GetTransitGatewayRouteTableAttachmentResponse.BuilderGetTransitGatewayRouteTableAttachmentResponse.Builder. transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)Returns information about the transit gateway route table attachment.
-