Interface StopActivityStreamResponse.Builder

    • Method Detail

      • kmsKeyId

        StopActivityStreamResponse.Builder kmsKeyId​(String kmsKeyId)

        The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.

        The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

        Parameters:
        kmsKeyId - The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.

        The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kinesisStreamName

        StopActivityStreamResponse.Builder kinesisStreamName​(String kinesisStreamName)

        The name of the Amazon Kinesis data stream used for the database activity stream.

        Parameters:
        kinesisStreamName - The name of the Amazon Kinesis data stream used for the database activity stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.