Uses of Interface
software.amazon.awssdk.services.networkmanager.model.CustomerGatewayAssociation.Builder
-
Packages that use CustomerGatewayAssociation.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of CustomerGatewayAssociation.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return CustomerGatewayAssociation.Builder Modifier and Type Method Description static CustomerGatewayAssociation.BuilderCustomerGatewayAssociation. builder()CustomerGatewayAssociation.BuilderCustomerGatewayAssociation.Builder. customerGatewayArn(String customerGatewayArn)The Amazon Resource Name (ARN) of the customer gateway.CustomerGatewayAssociation.BuilderCustomerGatewayAssociation.Builder. deviceId(String deviceId)The ID of the device.CustomerGatewayAssociation.BuilderCustomerGatewayAssociation.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.CustomerGatewayAssociation.BuilderCustomerGatewayAssociation.Builder. linkId(String linkId)The ID of the link.CustomerGatewayAssociation.BuilderCustomerGatewayAssociation.Builder. state(String state)The association state.CustomerGatewayAssociation.BuilderCustomerGatewayAssociation.Builder. state(CustomerGatewayAssociationState state)The association state.CustomerGatewayAssociation.BuilderCustomerGatewayAssociation. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CustomerGatewayAssociation.Builder Modifier and Type Method Description static Class<? extends CustomerGatewayAssociation.Builder>CustomerGatewayAssociation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type CustomerGatewayAssociation.Builder Modifier and Type Method Description default AssociateCustomerGatewayResponse.BuilderAssociateCustomerGatewayResponse.Builder. customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)The customer gateway association.default DisassociateCustomerGatewayResponse.BuilderDisassociateCustomerGatewayResponse.Builder. customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)Information about the customer gateway association.
-