Class DeleteStreamRequest

    • Method Detail

      • streamARN

        public final String streamARN()

        The Amazon Resource Name (ARN) of the stream that you want to delete.

        Returns:
        The Amazon Resource Name (ARN) of the stream that you want to delete.
      • currentVersion

        public final String currentVersion()

        Optional: The version of the stream that you want to delete.

        Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream API.

        If not specified, only the CreationTime is checked before deleting the stream.

        Returns:
        Optional: The version of the stream that you want to delete.

        Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream API.

        If not specified, only the CreationTime is checked before deleting the stream.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object