static GatewayInfo.Builder |
GatewayInfo.builder() |
|
GatewayInfo.Builder |
GatewayInfo.Builder.deprecationDate(String deprecationDate) |
Date after which this gateway will not receive software updates for new features and bug fixes.
|
GatewayInfo.Builder |
GatewayInfo.Builder.ec2InstanceId(String ec2InstanceId) |
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
GatewayInfo.Builder |
GatewayInfo.Builder.ec2InstanceRegion(String ec2InstanceRegion) |
The Amazon Web Services Region where the Amazon EC2 instance is located.
|
GatewayInfo.Builder |
GatewayInfo.Builder.gatewayARN(String gatewayARN) |
The Amazon Resource Name (ARN) of the gateway.
|
GatewayInfo.Builder |
GatewayInfo.Builder.gatewayId(String gatewayId) |
The unique identifier assigned to your gateway during activation.
|
GatewayInfo.Builder |
GatewayInfo.Builder.gatewayName(String gatewayName) |
The name of the gateway.
|
GatewayInfo.Builder |
GatewayInfo.Builder.gatewayOperationalState(String gatewayOperationalState) |
The state of the gateway.
|
GatewayInfo.Builder |
GatewayInfo.Builder.gatewayType(String gatewayType) |
The type of the gateway.
|
GatewayInfo.Builder |
GatewayInfo.Builder.hostEnvironment(String hostEnvironment) |
The type of hardware or software platform on which the gateway is running.
|
GatewayInfo.Builder |
GatewayInfo.Builder.hostEnvironment(HostEnvironment hostEnvironment) |
The type of hardware or software platform on which the gateway is running.
|
GatewayInfo.Builder |
GatewayInfo.Builder.hostEnvironmentId(String hostEnvironmentId) |
A unique identifier for the specific instance of the host platform running the gateway.
|
GatewayInfo.Builder |
GatewayInfo.Builder.softwareVersion(String softwareVersion) |
The version number of the software running on the gateway appliance.
|
GatewayInfo.Builder |
GatewayInfo.toBuilder() |
|