Interface StageSummary.Builder

    • Method Detail

      • arn

        StageSummary.Builder arn​(String arn)

        Stage ARN.

        Parameters:
        arn - Stage ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        StageSummary.Builder name​(String name)

        Stage name.

        Parameters:
        name - Stage name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeSessionId

        StageSummary.Builder activeSessionId​(String activeSessionId)

        ID of the active session within the stage.

        Parameters:
        activeSessionId - ID of the active session within the stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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