Interface DeleteStreamResponse.Builder

  • Method Details

    • clusterIdentifier

      DeleteStreamResponse.Builder clusterIdentifier(String clusterIdentifier)

      The ID of the cluster for the deleted stream.

      Parameters:
      clusterIdentifier - The ID of the cluster for the deleted stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamIdentifier

      DeleteStreamResponse.Builder streamIdentifier(String streamIdentifier)

      The ID of the deleted stream.

      Parameters:
      streamIdentifier - The ID of the deleted stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the deleted stream.

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

      The status of the stream.

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

      The status of the stream.

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

      DeleteStreamResponse.Builder creationTime(Instant creationTime)

      The time when the stream was created.

      Parameters:
      creationTime - The time when the stream was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.