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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVtlDevicesResponse.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.DescribeVtlDevicesResponse.Buildermarker(String marker)An opaque string that indicates the position at which the VTL devices that were fetched for description ended.DescribeVtlDevicesResponse.BuildervtlDevices(Collection<VTLDevice> vtlDevices)An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.DescribeVtlDevicesResponse.BuildervtlDevices(Consumer<VTLDevice.Builder>... vtlDevices)An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.DescribeVtlDevicesResponse.BuildervtlDevices(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 Detail
-
gatewayARN
DescribeVtlDevicesResponse.Builder gatewayARN(String 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
DescribeVtlDevicesResponse.Builder vtlDevices(Collection<VTLDevice> 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
DescribeVtlDevicesResponse.Builder vtlDevices(VTLDevice... 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
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 method that creates an instance of theVTLDevice.Builderavoiding the need to create one manually viaVTLDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vtlDevices(List.) - 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:
#vtlDevices(java.util.Collection)
-
marker
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.
- 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.
-
-