Interface GetDecoderManifestResponse.Builder

    • Method Detail

      • name

        GetDecoderManifestResponse.Builder name​(String name)

        The name of the decoder manifest.

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

        GetDecoderManifestResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the decoder manifest.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetDecoderManifestResponse.Builder description​(String description)

        A brief description of the decoder manifest.

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

        GetDecoderManifestResponse.Builder modelManifestArn​(String modelManifestArn)

        The ARN of a vehicle model (model manifest) associated with the decoder manifest.

        Parameters:
        modelManifestArn - The ARN of a vehicle model (model manifest) associated with the decoder manifest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetDecoderManifestResponse.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 marked 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 marked 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

        GetDecoderManifestResponse.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 marked 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 marked 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
      • creationTime

        GetDecoderManifestResponse.Builder creationTime​(Instant creationTime)

        The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        creationTime - The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModificationTime

        GetDecoderManifestResponse.Builder lastModificationTime​(Instant lastModificationTime)

        The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        lastModificationTime - The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        GetDecoderManifestResponse.Builder message​(String message)

        The detailed message for the decoder manifest. When a decoder manifest is in an INVALID status, the message contains detailed reason and help information.

        Parameters:
        message - The detailed message for the decoder manifest. When a decoder manifest is in an INVALID status, the message contains detailed reason and help information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.