Interface ModifyActivityStreamRequest.Builder

    • Method Detail

      • resourceArn

        ModifyActivityStreamRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • auditPolicyState

        ModifyActivityStreamRequest.Builder auditPolicyState​(String auditPolicyState)

        The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.

        Parameters:
        auditPolicyState - The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuditPolicyState, AuditPolicyState
      • auditPolicyState

        ModifyActivityStreamRequest.Builder auditPolicyState​(AuditPolicyState auditPolicyState)

        The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.

        Parameters:
        auditPolicyState - The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuditPolicyState, AuditPolicyState