Interface DescribeVtlDevicesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeVtlDevicesResponse.Builder,
,DescribeVtlDevicesResponse> SdkBuilder<DescribeVtlDevicesResponse.Builder,
,DescribeVtlDevicesResponse> SdkPojo
,SdkResponse.Builder
,StorageGatewayResponse.Builder
- Enclosing class:
DescribeVtlDevicesResponse
public static interface DescribeVtlDevicesResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeVtlDevicesResponse.Builder,DescribeVtlDevicesResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayARN
(String gatewayARN) Sets the value of the GatewayARN property for this object.An opaque string that indicates the position at which the VTL devices that were fetched for description ended.vtlDevices
(Collection<VTLDevice> vtlDevices) An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.vtlDevices
(Consumer<VTLDevice.Builder>... vtlDevices) An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.vtlDevices
(VTLDevice... vtlDevices) An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
gatewayARN
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN
- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vtlDevices
An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
- Parameters:
vtlDevices
- An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vtlDevices
An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
- Parameters:
vtlDevices
- An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vtlDevices
An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
This is a convenience method that creates an instance of theVTLDevice.Builder
avoiding the need to create one manually viaVTLDevice.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovtlDevices(List<VTLDevice>)
.- Parameters:
vtlDevices
- a consumer that will call methods onVTLDevice.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-