Interface DescribeVtlDevicesRequest.Builder

    • 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.