Interface DescribeVtlDevicesResponse.Builder

  • Method Details

    • 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

      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

      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 the VTLDevice.Builder avoiding the need to create one manually via VTLDevice.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to vtlDevices(List<VTLDevice>).

      Parameters:
      vtlDevices - a consumer that will call methods on VTLDevice.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.