JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class ModifyActivityStreamResult

    • Constructor Detail

      • ModifyActivityStreamResult

        public ModifyActivityStreamResult()
    • Method Detail

      • setKmsKeyId

        public void setKmsKeyId(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.
      • getKmsKeyId

        public String getKmsKeyId()

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

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

        public ModifyActivityStreamResult withKmsKeyId(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.
      • setKinesisStreamName

        public void setKinesisStreamName(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.
      • getKinesisStreamName

        public String getKinesisStreamName()

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

        Returns:
        The name of the Amazon Kinesis data stream to be used for the database activity stream.
      • withKinesisStreamName

        public ModifyActivityStreamResult withKinesisStreamName(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.
      • setStatus

        public void setStatus(String status)

        The status of the modification to the database activity stream.

        Parameters:
        status - The status of the modification to the database activity stream.
        See Also:
        ActivityStreamStatus
      • getStatus

        public String getStatus()

        The status of the modification to the database activity stream.

        Returns:
        The status of the modification to the database activity stream.
        See Also:
        ActivityStreamStatus
      • withStatus

        public ModifyActivityStreamResult withStatus(String status)

        The status of the modification to the database activity stream.

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

        public ModifyActivityStreamResult withStatus(ActivityStreamStatus status)

        The status of the modification to the database activity stream.

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

        public void setMode(String mode)

        The mode of the database activity stream.

        Parameters:
        mode - The mode of the database activity stream.
        See Also:
        ActivityStreamMode
      • getMode

        public String getMode()

        The mode of the database activity stream.

        Returns:
        The mode of the database activity stream.
        See Also:
        ActivityStreamMode
      • withMode

        public ModifyActivityStreamResult withMode(String mode)

        The mode of the database activity stream.

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

        public void setEngineNativeAuditFieldsIncluded(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.
      • getEngineNativeAuditFieldsIncluded

        public Boolean getEngineNativeAuditFieldsIncluded()

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

        Returns:
        Indicates whether engine-native audit fields are included in the database activity stream.
      • withEngineNativeAuditFieldsIncluded

        public ModifyActivityStreamResult withEngineNativeAuditFieldsIncluded(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.
      • isEngineNativeAuditFieldsIncluded

        public Boolean isEngineNativeAuditFieldsIncluded()

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

        Returns:
        Indicates whether engine-native audit fields are included in the database activity stream.
      • setPolicyStatus

        public void setPolicyStatus(String policyStatus)

        The status of the modification to the policy state of the database activity stream.

        Parameters:
        policyStatus - The status of the modification to the policy state of the database activity stream.
        See Also:
        ActivityStreamPolicyStatus
      • getPolicyStatus

        public String getPolicyStatus()

        The status of the modification to the policy state of the database activity stream.

        Returns:
        The status of the modification to the policy state of the database activity stream.
        See Also:
        ActivityStreamPolicyStatus
      • withPolicyStatus

        public ModifyActivityStreamResult withPolicyStatus(String policyStatus)

        The status of the modification to the policy state of the database activity stream.

        Parameters:
        policyStatus - The status of the modification to the policy state of the database activity stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActivityStreamPolicyStatus
      • withPolicyStatus

        public ModifyActivityStreamResult withPolicyStatus(ActivityStreamPolicyStatus policyStatus)

        The status of the modification to the policy state of the database activity stream.

        Parameters:
        policyStatus - The status of the modification to the policy state of the database activity stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActivityStreamPolicyStatus
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /