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) |
DescribeVtlDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVtlDevicesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderDescribeVtlDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.