public static interface GatewayInfo.Builder extends SdkPojo, CopyableBuilder<GatewayInfo.Builder,GatewayInfo>
| Modifier and Type | Method and Description |
|---|---|
GatewayInfo.Builder |
ec2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
GatewayInfo.Builder |
ec2InstanceRegion(String ec2InstanceRegion)
The AWS Region where the Amazon EC2 instance is located.
|
GatewayInfo.Builder |
gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
GatewayInfo.Builder |
gatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
GatewayInfo.Builder |
gatewayName(String gatewayName)
The name of the gateway.
|
GatewayInfo.Builder |
gatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
|
GatewayInfo.Builder |
gatewayType(String gatewayType)
The type of the gateway.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewayInfo.Builder gatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
gatewayId - The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway
Amazon Resource Name (ARN), which you use as input for other operations.GatewayInfo.Builder gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list
of gateways for your account and AWS Region.GatewayInfo.Builder gatewayType(String gatewayType)
The type of the gateway.
gatewayType - The type of the gateway.GatewayInfo.Builder gatewayOperationalState(String gatewayOperationalState)
The state of the gateway.
Valid Values: DISABLED or ACTIVE
gatewayOperationalState - The state of the gateway.
Valid Values: DISABLED or ACTIVE
GatewayInfo.Builder gatewayName(String gatewayName)
The name of the gateway.
gatewayName - The name of the gateway.GatewayInfo.Builder ec2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
ec2InstanceId - The ID of the Amazon EC2 instance that was used to launch the gateway.GatewayInfo.Builder ec2InstanceRegion(String ec2InstanceRegion)
The AWS Region where the Amazon EC2 instance is located.
ec2InstanceRegion - The AWS Region where the Amazon EC2 instance is located.Copyright © 2019. All rights reserved.