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 Amazon Web Services 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.
|
GatewayInfo.Builder |
hostEnvironment(HostEnvironment hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
GatewayInfo.Builder |
hostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
GatewayInfo.Builder |
hostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running 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 Amazon Web Services Region.
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list
of gateways for your account and Amazon Web Services 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 | ACTIVE
gatewayOperationalState - The state of the gateway.
Valid Values: DISABLED | 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 Amazon Web Services Region where the Amazon EC2 instance is located.
ec2InstanceRegion - The Amazon Web Services Region where the Amazon EC2 instance is located.GatewayInfo.Builder hostEnvironment(String hostEnvironment)
The type of hardware or software platform on which the gateway is running.
hostEnvironment - The type of hardware or software platform on which the gateway is running.HostEnvironment,
HostEnvironmentGatewayInfo.Builder hostEnvironment(HostEnvironment hostEnvironment)
The type of hardware or software platform on which the gateway is running.
hostEnvironment - The type of hardware or software platform on which the gateway is running.HostEnvironment,
HostEnvironmentGatewayInfo.Builder hostEnvironmentId(String hostEnvironmentId)
A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.
hostEnvironmentId - A unique identifier for the specific instance of the host platform running the gateway. This value is
only available for certain host environments, and its format depends on the host environment type.Copyright © 2023. All rights reserved.