public static interface DescribeVtlDevicesResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<DescribeVtlDevicesResponse.Builder,DescribeVtlDevicesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeVtlDevicesResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
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(Consumer<VTLDevice.Builder>... 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeVtlDevicesResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.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.
vtlDevices
- An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.DescribeVtlDevicesResponse.Builder vtlDevices(Consumer<VTLDevice.Builder>... vtlDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
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 #vtlDevices(List)
.vtlDevices
- a consumer that will call methods on List.Builder
#vtlDevices(List)
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.