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 |
deprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
|
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 Region where the Amazon EC2 instance is located.
|
DescribeGatewayInformationResponse.Builder |
endpointType(String endpointType)
The type of endpoint for your gateway.
|
DescribeGatewayInformationResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeGatewayInformationResponse.Builder |
gatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
DescribeGatewayInformationResponse.Builder |
gatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
|
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 |
softwareUpdatesEndDate(String softwareUpdatesEndDate)
Date after which this gateway will not receive software updates for new features.
|
DescribeGatewayInformationResponse.Builder |
supportedGatewayCapacities(Collection<GatewayCapacity> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResponse.Builder |
supportedGatewayCapacities(GatewayCapacity... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResponse.Builder |
supportedGatewayCapacitiesWithStrings(Collection<String> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
DescribeGatewayInformationResponse.Builder |
supportedGatewayCapacitiesWithStrings(String... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
|
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 Region where the Amazon EC2 instance is located.
ec2InstanceRegion - The 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,
HostEnvironmentDescribeGatewayInformationResponse.Builder endpointType(String endpointType)
The type of endpoint for your gateway.
Valid Values: STANDARD | FIPS
endpointType - The type of endpoint for your gateway.
Valid Values: STANDARD | FIPS
DescribeGatewayInformationResponse.Builder softwareUpdatesEndDate(String softwareUpdatesEndDate)
Date after which this gateway will not receive software updates for new features.
softwareUpdatesEndDate - Date after which this gateway will not receive software updates for new features.DescribeGatewayInformationResponse.Builder deprecationDate(String deprecationDate)
Date after which this gateway will not receive software updates for new features and bug fixes.
deprecationDate - Date after which this gateway will not receive software updates for new features and bug fixes.DescribeGatewayInformationResponse.Builder gatewayCapacity(String gatewayCapacity)
Specifies the size of the gateway's metadata cache.
gatewayCapacity - Specifies the size of the gateway's metadata cache.GatewayCapacity,
GatewayCapacityDescribeGatewayInformationResponse.Builder gatewayCapacity(GatewayCapacity gatewayCapacity)
Specifies the size of the gateway's metadata cache.
gatewayCapacity - Specifies the size of the gateway's metadata cache.GatewayCapacity,
GatewayCapacityDescribeGatewayInformationResponse.Builder supportedGatewayCapacitiesWithStrings(Collection<String> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
supportedGatewayCapacities - A list of the metadata cache sizes that the gateway can support based on its current hardware
specifications.DescribeGatewayInformationResponse.Builder supportedGatewayCapacitiesWithStrings(String... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
supportedGatewayCapacities - A list of the metadata cache sizes that the gateway can support based on its current hardware
specifications.DescribeGatewayInformationResponse.Builder supportedGatewayCapacities(Collection<GatewayCapacity> supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
supportedGatewayCapacities - A list of the metadata cache sizes that the gateway can support based on its current hardware
specifications.DescribeGatewayInformationResponse.Builder supportedGatewayCapacities(GatewayCapacity... supportedGatewayCapacities)
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.
supportedGatewayCapacities - A list of the metadata cache sizes that the gateway can support based on its current hardware
specifications.Copyright © 2021. All rights reserved.