Interface ModifyActivityStreamRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ModifyActivityStreamRequest.Builder,ModifyActivityStreamRequest>, RdsRequest.Builder, SdkBuilder<ModifyActivityStreamRequest.Builder,ModifyActivityStreamRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ModifyActivityStreamRequest

  • Method Details

    • 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:db: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:db: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

      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:
    • overrideConfiguration

      ModifyActivityStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder