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 |
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 AWS 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 AWS KMS key identifier for encryption of messages in the database activity stream.
kmsKeyId - The AWS 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.Copyright © 2021. All rights reserved.