| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.builder() |
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.cloudWatchLogGroupARN(String cloudWatchLogGroupARN)
The Amazon Resource Name (ARN) of the Amazon CloudWatch Log Group that is used to monitor events in the
gateway.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.ec2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.ec2InstanceRegion(String ec2InstanceRegion)
The AWS Region where the Amazon EC2 instance is located.
|
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.hostEnvironment(HostEnvironment hostEnvironment)
The type of hypervisor environment used by the host.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.hostEnvironment(String hostEnvironment)
The type of hypervisor environment used by the host.
|
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.Builder.tags(Collection<Tag> tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.tags(Tag... tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.toBuilder() |
DescribeGatewayInformationResponse.Builder |
DescribeGatewayInformationResponse.Builder.vpcEndpoint(String vpcEndpoint)
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeGatewayInformationResponse.Builder> |
DescribeGatewayInformationResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.