Interface DescribeVtlDevicesResponse.Builder

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