public static interface DescribeGatewayInformationResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<DescribeGatewayInformationResponse.Builder,DescribeGatewayInformationResponse>
Modifier and Type | Method and Description |
---|---|
DescribeGatewayInformationResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeGatewayInformationResponse.Builder |
gatewayId(String gatewayId)
The unique identifier assigned to your gateway during activation.
|
DescribeGatewayInformationResponse.Builder |
gatewayName(String gatewayName)
The name you configured for your gateway.
|
DescribeGatewayInformationResponse.Builder |
gatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
|
DescribeGatewayInformationResponse.Builder |
gatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
|
DescribeGatewayInformationResponse.Builder |
gatewayState(String gatewayState)
A value that indicates the operating state of the gateway.
|
DescribeGatewayInformationResponse.Builder |
gatewayTimezone(String gatewayTimezone)
A value that indicates the time zone configured for the gateway.
|
DescribeGatewayInformationResponse.Builder |
gatewayType(String gatewayType)
The type of the gateway.
|
DescribeGatewayInformationResponse.Builder |
lastSoftwareUpdate(String lastSoftwareUpdate)
The date on which the last software update was applied to the gateway.
|
DescribeGatewayInformationResponse.Builder |
nextUpdateAvailabilityDate(String nextUpdateAvailabilityDate)
The date on which an update to the gateway is available.
|
build
copy
apply, build
DescribeGatewayInformationResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.DescribeGatewayInformationResponse.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.DescribeGatewayInformationResponse.Builder gatewayName(String gatewayName)
The name you configured for your gateway.
gatewayName
- The name you configured for your gateway.DescribeGatewayInformationResponse.Builder gatewayTimezone(String gatewayTimezone)
A value that indicates the time zone configured for the gateway.
gatewayTimezone
- A value that indicates the time zone configured for the gateway.DescribeGatewayInformationResponse.Builder gatewayState(String gatewayState)
A value that indicates the operating state of the gateway.
gatewayState
- A value that indicates the operating state of the gateway.DescribeGatewayInformationResponse.Builder gatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the gateway network interfaces.DescribeGatewayInformationResponse.Builder gatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
gatewayNetworkInterfaces
- A NetworkInterface array that contains descriptions of the gateway network interfaces.DescribeGatewayInformationResponse.Builder gatewayType(String gatewayType)
The type of the gateway.
gatewayType
- The type of the gateway.DescribeGatewayInformationResponse.Builder nextUpdateAvailabilityDate(String nextUpdateAvailabilityDate)
The date on which an update to the gateway is available. This date is in the time zone of the gateway. If the gateway is not available for an update this field is not returned in the response.
nextUpdateAvailabilityDate
- The date on which an update to the gateway is available. This date is in the time zone of the gateway.
If the gateway is not available for an update this field is not returned in the response.DescribeGatewayInformationResponse.Builder lastSoftwareUpdate(String lastSoftwareUpdate)
The date on which the last software update was applied to the gateway. If the gateway has never been updated, this field does not return a value in the response.
lastSoftwareUpdate
- The date on which the last software update was applied to the gateway. If the gateway has never been
updated, this field does not return a value in the response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.