CopyableBuilder<DescribeVTLDevicesRequest.Builder,DescribeVTLDevicesRequest>
, SdkBuilder<DescribeVTLDevicesRequest.Builder,DescribeVTLDevicesRequest>
public static interface DescribeVTLDevicesRequest.Builder extends CopyableBuilder<DescribeVTLDevicesRequest.Builder,DescribeVTLDevicesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeVTLDevicesRequest.Builder |
gatewayARN(String gatewayARN) |
|
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 |
vtlDeviceARNs(String... vtlDeviceARNs) |
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
|
DescribeVTLDevicesRequest.Builder |
vtlDeviceARNs(Collection<String> vtlDeviceARNs) |
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
|
copy
apply, build
DescribeVTLDevicesRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- 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.
NOTE: This method appends the values to the existing list (if any). Use
#setVTLDeviceARNs(java.util.Collection)
or #withVTLDeviceARNs(java.util.Collection)
if you
want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.