public static interface StartActivityStreamResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<StartActivityStreamResponse.Builder,StartActivityStreamResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
StartActivityStreamResponse.Builder |
engineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Indicates whether engine-native audit fields are included in the database activity stream.
|
StartActivityStreamResponse.Builder |
kinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
StartActivityStreamResponse.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
|
StartActivityStreamResponse.Builder |
mode(ActivityStreamMode mode)
The mode of the database activity stream.
|
StartActivityStreamResponse.Builder |
mode(String mode)
The mode of the database activity stream.
|
StartActivityStreamResponse.Builder |
status(ActivityStreamStatus status)
The status of the database activity stream.
|
StartActivityStreamResponse.Builder |
status(String status)
The status of the database activity stream.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartActivityStreamResponse.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
kmsKeyId - The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.StartActivityStreamResponse.Builder kinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream to be used for the database activity stream.
kinesisStreamName - The name of the Amazon Kinesis data stream to be used for the database activity stream.StartActivityStreamResponse.Builder status(String status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatus,
ActivityStreamStatusStartActivityStreamResponse.Builder status(ActivityStreamStatus status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatus,
ActivityStreamStatusStartActivityStreamResponse.Builder mode(String mode)
The mode of the database activity stream.
mode - The mode of the database activity stream.ActivityStreamMode,
ActivityStreamModeStartActivityStreamResponse.Builder mode(ActivityStreamMode mode)
The mode of the database activity stream.
mode - The mode of the database activity stream.ActivityStreamMode,
ActivityStreamModeStartActivityStreamResponse.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.
applyImmediately - Indicates whether or not the database activity stream will start as soon as possible, regardless of
the maintenance window for the database.StartActivityStreamResponse.Builder engineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Indicates whether engine-native audit fields are included in the database activity stream.
engineNativeAuditFieldsIncluded - Indicates whether engine-native audit fields are included in the database activity stream.Copyright © 2022. All rights reserved.