| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GatewayInfo.Builder |
GatewayInfo.builder() |
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(HostEnvironment hostEnvironment)
The type of hardware or software platform on which the gateway is running.
|
GatewayInfo.Builder |
GatewayInfo.Builder.hostEnvironment(String 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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GatewayInfo.Builder> |
GatewayInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.