Interface CompositionSummary.Builder

    • Method Detail

      • arn

        CompositionSummary.Builder arn​(String arn)

        ARN of the Composition resource.

        Parameters:
        arn - ARN of the Composition resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stageArn

        CompositionSummary.Builder stageArn​(String stageArn)

        ARN of the attached stage.

        Parameters:
        stageArn - ARN of the attached stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        CompositionSummary.Builder destinations​(Collection<DestinationSummary> destinations)

        Array of Destination objects.

        Parameters:
        destinations - Array of Destination objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinations

        CompositionSummary.Builder destinations​(DestinationSummary... destinations)

        Array of Destination objects.

        Parameters:
        destinations - Array of Destination objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CompositionSummary.Builder tags​(Map<String,​String> tags)

        Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.

        Parameters:
        tags - Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        CompositionSummary.Builder startTime​(Instant startTime)

        UTC time of the Composition start. This is an ISO 8601 timestamp; note that this is returned as a string.

        Parameters:
        startTime - UTC time of the Composition start. This is an ISO 8601 timestamp; note that this is returned as a string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        CompositionSummary.Builder endTime​(Instant endTime)

        UTC time of the Composition end. This is an ISO 8601 timestamp; note that this is returned as a string.

        Parameters:
        endTime - UTC time of the Composition end. This is an ISO 8601 timestamp; note that this is returned as a string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.