| 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 AWS 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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GatewayInfo.Builder> |
GatewayInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.