public static interface VirtualGateway.Builder extends SdkPojo, CopyableBuilder<VirtualGateway.Builder,VirtualGateway>
| Modifier and Type | Method and Description |
|---|---|
VirtualGateway.Builder |
virtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
|
VirtualGateway.Builder |
virtualGatewayState(String virtualGatewayState)
The state of the virtual private gateway.
|
copyapplyMutation, buildVirtualGateway.Builder virtualGatewayId(String virtualGatewayId)
The ID of the virtual private gateway.
virtualGatewayId - The ID of the virtual private gateway.VirtualGateway.Builder virtualGatewayState(String virtualGatewayState)
The state of the virtual private gateway. The following are the possible values:
pending: Initial state after creating the virtual private gateway.
available: Ready for use by a private virtual interface.
deleting: Initial state after deleting the virtual private gateway.
deleted: The virtual private gateway is deleted. The private virtual interface is unable to send
traffic over this gateway.
virtualGatewayState - The state of the virtual private gateway. The following are the possible values:
pending: Initial state after creating the virtual private gateway.
available: Ready for use by a private virtual interface.
deleting: Initial state after deleting the virtual private gateway.
deleted: The virtual private gateway is deleted. The private virtual interface is unable
to send traffic over this gateway.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.