CopyableBuilder<DescribeVTLDevicesResponse.Builder,DescribeVTLDevicesResponse>
, SdkBuilder<DescribeVTLDevicesResponse.Builder,DescribeVTLDevicesResponse>
public static interface DescribeVTLDevicesResponse.Builder extends CopyableBuilder<DescribeVTLDevicesResponse.Builder,DescribeVTLDevicesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeVTLDevicesResponse.Builder |
gatewayARN(String gatewayARN) |
|
DescribeVTLDevicesResponse.Builder |
marker(String marker) |
An opaque string that indicates the position at which the VTL devices that were fetched for description
ended.
|
DescribeVTLDevicesResponse.Builder |
vtlDevices(Collection<VTLDevice> vtlDevices) |
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
|
DescribeVTLDevicesResponse.Builder |
vtlDevices(VTLDevice... vtlDevices) |
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
|
copy
apply, build
DescribeVTLDevicesResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- DescribeVTLDevicesResponse.Builder vtlDevices(Collection<VTLDevice> vtlDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
vtlDevices
- An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.DescribeVTLDevicesResponse.Builder vtlDevices(VTLDevice... vtlDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
NOTE: This method appends the values to the existing list (if any). Use
#setVTLDevices(java.util.Collection)
or #withVTLDevices(java.util.Collection)
if you want to
override the existing values.
vtlDevices
- An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.DescribeVTLDevicesResponse.Builder marker(String marker)
An opaque string that indicates the position at which the VTL devices that were fetched for description ended. Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response.
marker
- An opaque string that indicates the position at which the VTL devices that were fetched for
description ended. Use the marker in your next request to fetch the next set of VTL devices in the
list. If there are no more VTL devices to describe, this field does not appear in the response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.