| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.builder() |
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayName(String gatewayName)
The name you configured for your gateway.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayNetworkInterfaces(Consumer<NetworkInterface.Builder>... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayState(String gatewayState)
A value that indicates the operating state of the gateway.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayTimezone(String gatewayTimezone)
A value that indicates the time zone configured for the gateway.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.gatewayType(String gatewayType)
The type of the gateway.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.lastSoftwareUpdate(String lastSoftwareUpdate)
The date on which the last software update was applied to the gateway.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.nextUpdateAvailabilityDate(String nextUpdateAvailabilityDate)
The date on which an update to the gateway is available.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeGatewayInformationResponse.Builder> |
DescribeGatewayInformationResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.