Uses of Interface
software.amazon.awssdk.services.networkmanager.model.DirectConnectGatewayAttachment.Builder
-
Packages that use DirectConnectGatewayAttachment.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of DirectConnectGatewayAttachment.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return DirectConnectGatewayAttachment.Builder Modifier and Type Method Description default DirectConnectGatewayAttachment.BuilderDirectConnectGatewayAttachment.Builder. attachment(Consumer<Attachment.Builder> attachment)Sets the value of the Attachment property for this object.DirectConnectGatewayAttachment.BuilderDirectConnectGatewayAttachment.Builder. attachment(Attachment attachment)Sets the value of the Attachment property for this object.static DirectConnectGatewayAttachment.BuilderDirectConnectGatewayAttachment. builder()DirectConnectGatewayAttachment.BuilderDirectConnectGatewayAttachment.Builder. directConnectGatewayArn(String directConnectGatewayArn)The Direct Connect gateway attachment ARN.DirectConnectGatewayAttachment.BuilderDirectConnectGatewayAttachment. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type DirectConnectGatewayAttachment.Builder Modifier and Type Method Description static Class<? extends DirectConnectGatewayAttachment.Builder>DirectConnectGatewayAttachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type DirectConnectGatewayAttachment.Builder Modifier and Type Method Description default CreateDirectConnectGatewayAttachmentResponse.BuilderCreateDirectConnectGatewayAttachmentResponse.Builder. directConnectGatewayAttachment(Consumer<DirectConnectGatewayAttachment.Builder> directConnectGatewayAttachment)Describes the details of aCreateDirectConnectGatewayAttachmentrequest.default GetDirectConnectGatewayAttachmentResponse.BuilderGetDirectConnectGatewayAttachmentResponse.Builder. directConnectGatewayAttachment(Consumer<DirectConnectGatewayAttachment.Builder> directConnectGatewayAttachment)Shows details about the Direct Connect gateway attachment.default UpdateDirectConnectGatewayAttachmentResponse.BuilderUpdateDirectConnectGatewayAttachmentResponse.Builder. directConnectGatewayAttachment(Consumer<DirectConnectGatewayAttachment.Builder> directConnectGatewayAttachment)Returns details of the Direct Connect gateway attachment with the updated edge locations.
-