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 Details

    • 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

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.