Interface DescribeVtlDevicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeVtlDevicesRequest.Builder,DescribeVtlDevicesRequest>,SdkBuilder<DescribeVtlDevicesRequest.Builder,DescribeVtlDevicesRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- DescribeVtlDevicesRequest
public static interface DescribeVtlDevicesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeVtlDevicesRequest.Builder,DescribeVtlDevicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVtlDevicesRequest.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.DescribeVtlDevicesRequest.Builderlimit(Integer limit)Specifies that the number of VTL devices described be limited to the specified number.DescribeVtlDevicesRequest.Buildermarker(String marker)An opaque string that indicates the position at which to begin describing the VTL devices.DescribeVtlDevicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeVtlDevicesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeVtlDevicesRequest.BuildervtlDeviceARNs(String... vtlDeviceARNs)An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.DescribeVtlDevicesRequest.BuildervtlDeviceARNs(Collection<String> vtlDeviceARNs)An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
gatewayARN
DescribeVtlDevicesRequest.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.
-
vtlDeviceARNs
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vtlDeviceARNs
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeVtlDevicesRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin describing the VTL devices.
- Parameters:
marker- An opaque string that indicates the position at which to begin describing the VTL devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
DescribeVtlDevicesRequest.Builder limit(Integer limit)
Specifies that the number of VTL devices described be limited to the specified number.
- Parameters:
limit- Specifies that the number of VTL devices described be limited to the specified number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeVtlDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeVtlDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-