public static interface StartActivityStreamRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<StartActivityStreamRequest.Builder,StartActivityStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
StartActivityStreamRequest.Builder |
applyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to start as soon as possible, regardless of the
maintenance window for the database.
|
StartActivityStreamRequest.Builder |
engineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Specifies whether the database activity stream includes engine-native audit fields.
|
StartActivityStreamRequest.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream.
|
StartActivityStreamRequest.Builder |
mode(ActivityStreamMode mode)
Specifies the mode of the database activity stream.
|
StartActivityStreamRequest.Builder |
mode(String mode)
Specifies the mode of the database activity stream.
|
StartActivityStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartActivityStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartActivityStreamRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster, for example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartActivityStreamRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster, for example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.
resourceArn - The Amazon Resource Name (ARN) of the DB cluster, for example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.StartActivityStreamRequest.Builder mode(String mode)
Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.
mode - Specifies the mode of the database activity stream. Database events such as a change or access
generate an activity stream event. The database session can handle these events either synchronously
or asynchronously.ActivityStreamMode,
ActivityStreamModeStartActivityStreamRequest.Builder mode(ActivityStreamMode mode)
Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.
mode - Specifies the mode of the database activity stream. Database events such as a change or access
generate an activity stream event. The database session can handle these events either synchronously
or asynchronously.ActivityStreamMode,
ActivityStreamModeStartActivityStreamRequest.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier 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.
kmsKeyId - The Amazon Web Services KMS key identifier 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.StartActivityStreamRequest.Builder applyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.
applyImmediately - Specifies whether or not the database activity stream is to start as soon as possible, regardless of
the maintenance window for the database.StartActivityStreamRequest.Builder engineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Specifies whether the database activity stream includes engine-native audit fields. This option applies to an Oracle or Microsoft SQL Server DB instance. By default, no engine-native audit fields are included.
engineNativeAuditFieldsIncluded - Specifies whether the database activity stream includes engine-native audit fields. This option
applies to an Oracle or Microsoft SQL Server DB instance. By default, no engine-native audit fields
are included.StartActivityStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartActivityStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.