public static interface CustomerGatewayAssociation.Builder extends SdkPojo, CopyableBuilder<CustomerGatewayAssociation.Builder,CustomerGatewayAssociation>
Modifier and Type | Method and Description |
---|---|
CustomerGatewayAssociation.Builder |
customerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
CustomerGatewayAssociation.Builder |
deviceId(String deviceId)
The ID of the device.
|
CustomerGatewayAssociation.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CustomerGatewayAssociation.Builder |
linkId(String linkId)
The ID of the link.
|
CustomerGatewayAssociation.Builder |
state(CustomerGatewayAssociationState state)
The association state.
|
CustomerGatewayAssociation.Builder |
state(String state)
The association state.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CustomerGatewayAssociation.Builder customerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
customerGatewayArn
- The Amazon Resource Name (ARN) of the customer gateway.CustomerGatewayAssociation.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.CustomerGatewayAssociation.Builder deviceId(String deviceId)
The ID of the device.
deviceId
- The ID of the device.CustomerGatewayAssociation.Builder linkId(String linkId)
The ID of the link.
linkId
- The ID of the link.CustomerGatewayAssociation.Builder state(String state)
The association state.
state
- The association state.CustomerGatewayAssociationState
,
CustomerGatewayAssociationState
CustomerGatewayAssociation.Builder state(CustomerGatewayAssociationState state)
The association state.
state
- The association state.CustomerGatewayAssociationState
,
CustomerGatewayAssociationState
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.