Interface UpdateDecoderManifestRequest.Builder

    • Method Detail

      • name

        UpdateDecoderManifestRequest.Builder name​(String name)

        The name of the decoder manifest to update.

        Parameters:
        name - The name of the decoder manifest to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateDecoderManifestRequest.Builder description​(String description)

        A brief description of the decoder manifest to update.

        Parameters:
        description - A brief description of the decoder manifest to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signalDecodersToAdd

        UpdateDecoderManifestRequest.Builder signalDecodersToAdd​(Collection<SignalDecoder> signalDecodersToAdd)

        A list of information about decoding additional signals to add to the decoder manifest.

        Parameters:
        signalDecodersToAdd - A list of information about decoding additional signals to add to the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signalDecodersToAdd

        UpdateDecoderManifestRequest.Builder signalDecodersToAdd​(SignalDecoder... signalDecodersToAdd)

        A list of information about decoding additional signals to add to the decoder manifest.

        Parameters:
        signalDecodersToAdd - A list of information about decoding additional signals to add to the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signalDecodersToUpdate

        UpdateDecoderManifestRequest.Builder signalDecodersToUpdate​(Collection<SignalDecoder> signalDecodersToUpdate)

        A list of updated information about decoding signals to update in the decoder manifest.

        Parameters:
        signalDecodersToUpdate - A list of updated information about decoding signals to update in the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signalDecodersToUpdate

        UpdateDecoderManifestRequest.Builder signalDecodersToUpdate​(SignalDecoder... signalDecodersToUpdate)

        A list of updated information about decoding signals to update in the decoder manifest.

        Parameters:
        signalDecodersToUpdate - A list of updated information about decoding signals to update in the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signalDecodersToRemove

        UpdateDecoderManifestRequest.Builder signalDecodersToRemove​(Collection<String> signalDecodersToRemove)

        A list of signal decoders to remove from the decoder manifest.

        Parameters:
        signalDecodersToRemove - A list of signal decoders to remove from the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signalDecodersToRemove

        UpdateDecoderManifestRequest.Builder signalDecodersToRemove​(String... signalDecodersToRemove)

        A list of signal decoders to remove from the decoder manifest.

        Parameters:
        signalDecodersToRemove - A list of signal decoders to remove from the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfacesToAdd

        UpdateDecoderManifestRequest.Builder networkInterfacesToAdd​(Collection<NetworkInterface> networkInterfacesToAdd)

        A list of information about the network interfaces to add to the decoder manifest.

        Parameters:
        networkInterfacesToAdd - A list of information about the network interfaces to add to the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfacesToAdd

        UpdateDecoderManifestRequest.Builder networkInterfacesToAdd​(NetworkInterface... networkInterfacesToAdd)

        A list of information about the network interfaces to add to the decoder manifest.

        Parameters:
        networkInterfacesToAdd - A list of information about the network interfaces to add to the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfacesToUpdate

        UpdateDecoderManifestRequest.Builder networkInterfacesToUpdate​(Collection<NetworkInterface> networkInterfacesToUpdate)

        A list of information about the network interfaces to update in the decoder manifest.

        Parameters:
        networkInterfacesToUpdate - A list of information about the network interfaces to update in the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfacesToUpdate

        UpdateDecoderManifestRequest.Builder networkInterfacesToUpdate​(NetworkInterface... networkInterfacesToUpdate)

        A list of information about the network interfaces to update in the decoder manifest.

        Parameters:
        networkInterfacesToUpdate - A list of information about the network interfaces to update in the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfacesToRemove

        UpdateDecoderManifestRequest.Builder networkInterfacesToRemove​(Collection<String> networkInterfacesToRemove)

        A list of network interfaces to remove from the decoder manifest.

        Parameters:
        networkInterfacesToRemove - A list of network interfaces to remove from the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfacesToRemove

        UpdateDecoderManifestRequest.Builder networkInterfacesToRemove​(String... networkInterfacesToRemove)

        A list of network interfaces to remove from the decoder manifest.

        Parameters:
        networkInterfacesToRemove - A list of network interfaces to remove from the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdateDecoderManifestRequest.Builder status​(String status)

        The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.

        Parameters:
        status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ManifestStatus, ManifestStatus
      • status

        UpdateDecoderManifestRequest.Builder status​(ManifestStatus status)

        The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.

        Parameters:
        status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is DRAFT, you can edit the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ManifestStatus, ManifestStatus