Interface CustomerGatewayAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerGatewayAssociation.Builder,CustomerGatewayAssociation>,SdkBuilder<CustomerGatewayAssociation.Builder,CustomerGatewayAssociation>,SdkPojo
- Enclosing class:
- CustomerGatewayAssociation
public static interface CustomerGatewayAssociation.Builder extends SdkPojo, CopyableBuilder<CustomerGatewayAssociation.Builder,CustomerGatewayAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerGatewayAssociation.BuildercustomerGatewayArn(String customerGatewayArn)The Amazon Resource Name (ARN) of the customer gateway.CustomerGatewayAssociation.BuilderdeviceId(String deviceId)The ID of the device.CustomerGatewayAssociation.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.CustomerGatewayAssociation.BuilderlinkId(String linkId)The ID of the link.CustomerGatewayAssociation.Builderstate(String state)The association state.CustomerGatewayAssociation.Builderstate(CustomerGatewayAssociationState state)The association state.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
customerGatewayArn
CustomerGatewayAssociation.Builder customerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
- Parameters:
customerGatewayArn- The Amazon Resource Name (ARN) of the customer gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalNetworkId
CustomerGatewayAssociation.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
- Parameters:
globalNetworkId- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
CustomerGatewayAssociation.Builder deviceId(String deviceId)
The ID of the device.
- Parameters:
deviceId- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkId
CustomerGatewayAssociation.Builder linkId(String linkId)
The ID of the link.
- Parameters:
linkId- The ID of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
CustomerGatewayAssociation.Builder state(String state)
The association state.
- Parameters:
state- The association state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomerGatewayAssociationState,CustomerGatewayAssociationState
-
state
CustomerGatewayAssociation.Builder state(CustomerGatewayAssociationState state)
The association state.
- Parameters:
state- The association state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomerGatewayAssociationState,CustomerGatewayAssociationState
-
-