Interface StreamSummary.Builder

    • Method Detail

      • streamName

        StreamSummary.Builder streamName​(String streamName)

        The name of a stream.

        Parameters:
        streamName - The name of a stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamARN

        StreamSummary.Builder streamARN​(String streamARN)

        The ARN of the stream.

        Parameters:
        streamARN - The ARN of the stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamStatus

        StreamSummary.Builder streamStatus​(String streamStatus)

        The status of the stream.

        Parameters:
        streamStatus - The status of the stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StreamStatus, StreamStatus
      • streamStatus

        StreamSummary.Builder streamStatus​(StreamStatus streamStatus)

        The status of the stream.

        Parameters:
        streamStatus - The status of the stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StreamStatus, StreamStatus
      • streamModeDetails

        StreamSummary.Builder streamModeDetails​(StreamModeDetails streamModeDetails)
        Sets the value of the StreamModeDetails property for this object.
        Parameters:
        streamModeDetails - The new value for the StreamModeDetails property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamCreationTimestamp

        StreamSummary.Builder streamCreationTimestamp​(Instant streamCreationTimestamp)

        The timestamp at which the stream was created.

        Parameters:
        streamCreationTimestamp - The timestamp at which the stream was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.