| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomerGatewayAssociation.Builder |
CustomerGatewayAssociation.builder() |
CustomerGatewayAssociation.Builder |
CustomerGatewayAssociation.Builder.customerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
CustomerGatewayAssociation.Builder |
CustomerGatewayAssociation.Builder.deviceId(String deviceId)
The ID of the device.
|
CustomerGatewayAssociation.Builder |
CustomerGatewayAssociation.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CustomerGatewayAssociation.Builder |
CustomerGatewayAssociation.Builder.linkId(String linkId)
The ID of the link.
|
CustomerGatewayAssociation.Builder |
CustomerGatewayAssociation.Builder.state(CustomerGatewayAssociationState state)
The association state.
|
CustomerGatewayAssociation.Builder |
CustomerGatewayAssociation.Builder.state(String state)
The association state.
|
CustomerGatewayAssociation.Builder |
CustomerGatewayAssociation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomerGatewayAssociation.Builder> |
CustomerGatewayAssociation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DisassociateCustomerGatewayResponse.Builder |
DisassociateCustomerGatewayResponse.Builder.customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)
Information about the customer gateway association.
|
default AssociateCustomerGatewayResponse.Builder |
AssociateCustomerGatewayResponse.Builder.customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)
The customer gateway association.
|
Copyright © 2023. All rights reserved.