Interface EventStreamSummary.Builder

    • Method Detail

      • domainName

        EventStreamSummary.Builder domainName​(String domainName)

        The unique name of the domain.

        Parameters:
        domainName - The unique name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventStreamName

        EventStreamSummary.Builder eventStreamName​(String eventStreamName)

        The name of the event stream.

        Parameters:
        eventStreamName - The name of the event stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventStreamArn

        EventStreamSummary.Builder eventStreamArn​(String eventStreamArn)

        A unique identifier for the event stream.

        Parameters:
        eventStreamArn - A unique identifier for the event stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        EventStreamSummary.Builder state​(String state)

        The operational state of destination stream for export.

        Parameters:
        state - The operational state of destination stream for export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventStreamState, EventStreamState
      • stoppedSince

        EventStreamSummary.Builder stoppedSince​(Instant stoppedSince)

        The timestamp when the State changed to STOPPED.

        Parameters:
        stoppedSince - The timestamp when the State changed to STOPPED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationSummary

        EventStreamSummary.Builder destinationSummary​(DestinationSummary destinationSummary)

        Summary information about the Kinesis data stream.

        Parameters:
        destinationSummary - Summary information about the Kinesis data stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        The tags used to organize, track, or control access for this resource.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.