CopyableBuilder<GatewayInfo.Builder,GatewayInfo>
, SdkBuilder<GatewayInfo.Builder,GatewayInfo>
public static interface GatewayInfo.Builder extends CopyableBuilder<GatewayInfo.Builder,GatewayInfo>
Modifier and Type | Method | Description |
---|---|---|
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.
|
copy
apply, build
GatewayInfo.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 region.
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list
of gateways for your account and 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.