public static interface DescribeGatewayInformationResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeGatewayInformationResponse.Builder,DescribeGatewayInformationResponse>
| Modifier and Type | Method and Description |
|---|---|
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 |
ec2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
|
DescribeGatewayInformationResponse.Builder |
ec2InstanceRegion(String ec2InstanceRegion)
The AWS Region where the Amazon EC2 instance is located.
|
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(Consumer<NetworkInterface.Builder>... 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 |
hostEnvironment(HostEnvironment hostEnvironment)
The type of hypervisor environment used by the host.
|
DescribeGatewayInformationResponse.Builder |
hostEnvironment(String hostEnvironment)
The type of hypervisor environment used by the host.
|
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.
|
DescribeGatewayInformationResponse.Builder |
tags(Collection<Tag> tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
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 |
tags(Tag... tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
|
DescribeGatewayInformationResponse.Builder |
vpcEndpoint(String vpcEndpoint)
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGatewayInformationResponse.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 gatewayNetworkInterfaces(Consumer<NetworkInterface.Builder>... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #gatewayNetworkInterfaces(List) .gatewayNetworkInterfaces - a consumer that will call methods on List.Builder #gatewayNetworkInterfaces(List) 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.DescribeGatewayInformationResponse.Builder ec2InstanceId(String ec2InstanceId)
The ID of the Amazon EC2 instance that was used to launch the gateway.
ec2InstanceId - The ID of the Amazon EC2 instance that was used to launch the gateway.DescribeGatewayInformationResponse.Builder ec2InstanceRegion(String ec2InstanceRegion)
The AWS Region where the Amazon EC2 instance is located.
ec2InstanceRegion - The AWS Region where the Amazon EC2 instance is located.DescribeGatewayInformationResponse.Builder tags(Collection<Tag> tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value
pair. For a gateway with more than 10 tags assigned, you can view all tags using the
ListTagsForResource API operation.
tags - A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a
key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the
ListTagsForResource API operation.DescribeGatewayInformationResponse.Builder tags(Tag... tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value
pair. For a gateway with more than 10 tags assigned, you can view all tags using the
ListTagsForResource API operation.
tags - A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a
key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the
ListTagsForResource API operation.DescribeGatewayInformationResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value
pair. For a gateway with more than 10 tags assigned, you can view all tags using the
ListTagsForResource API operation.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) DescribeGatewayInformationResponse.Builder vpcEndpoint(String vpcEndpoint)
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
vpcEndpoint - The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.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.
cloudWatchLogGroupARN - The Amazon Resource Name (ARN) of the Amazon CloudWatch Log Group that is used to monitor events in
the gateway.DescribeGatewayInformationResponse.Builder hostEnvironment(String hostEnvironment)
The type of hypervisor environment used by the host.
hostEnvironment - The type of hypervisor environment used by the host.HostEnvironment,
HostEnvironmentDescribeGatewayInformationResponse.Builder hostEnvironment(HostEnvironment hostEnvironment)
The type of hypervisor environment used by the host.
hostEnvironment - The type of hypervisor environment used by the host.HostEnvironment,
HostEnvironmentCopyright © 2019. All rights reserved.