public static interface DescribeVtlDevicesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeVtlDevicesRequest.Builder,DescribeVtlDevicesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeVtlDevicesRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeVtlDevicesRequest.Builder |
limit(Integer limit)
Specifies that the number of VTL devices described be limited to the specified number.
|
DescribeVtlDevicesRequest.Builder |
marker(String marker)
An opaque string that indicates the position at which to begin describing the VTL devices.
|
DescribeVtlDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeVtlDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeVtlDevicesRequest.Builder |
vtlDeviceARNs(Collection<String> vtlDeviceARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
|
DescribeVtlDevicesRequest.Builder |
vtlDeviceARNs(String... vtlDeviceARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeVtlDevicesRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.DescribeVtlDevicesRequest.Builder vtlDeviceARNs(Collection<String> vtlDeviceARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.
vtlDeviceARNs
- An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.
DescribeVtlDevicesRequest.Builder vtlDeviceARNs(String... vtlDeviceARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.
vtlDeviceARNs
- An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.
DescribeVtlDevicesRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin describing the VTL devices.
marker
- An opaque string that indicates the position at which to begin describing the VTL devices.DescribeVtlDevicesRequest.Builder limit(Integer limit)
Specifies that the number of VTL devices described be limited to the specified number.
limit
- Specifies that the number of VTL devices described be limited to the specified number.DescribeVtlDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeVtlDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.