Interface StartActivityStreamResponse.Builder

    • Method Detail

      • kmsKeyId

        StartActivityStreamResponse.Builder kmsKeyId​(String kmsKeyId)

        The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.

        Parameters:
        kmsKeyId - The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kinesisStreamName

        StartActivityStreamResponse.Builder kinesisStreamName​(String kinesisStreamName)

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

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

        StartActivityStreamResponse.Builder applyImmediately​(Boolean applyImmediately)

        Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.

        Parameters:
        applyImmediately - Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineNativeAuditFieldsIncluded

        StartActivityStreamResponse.Builder engineNativeAuditFieldsIncluded​(Boolean engineNativeAuditFieldsIncluded)

        Indicates whether engine-native audit fields are included in the database activity stream.

        Parameters:
        engineNativeAuditFieldsIncluded - Indicates whether engine-native audit fields are included in the database activity stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.