public static interface StopActivityStreamResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<StopActivityStreamResponse.Builder,StopActivityStreamResponse>
| Modifier and Type | Method and Description |
|---|---|
StopActivityStreamResponse.Builder |
kinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream used for the database activity stream.
|
StopActivityStreamResponse.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.
|
StopActivityStreamResponse.Builder |
status(ActivityStreamStatus status)
The status of the database activity stream.
|
StopActivityStreamResponse.Builder |
status(String status)
The status of the database activity stream.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopActivityStreamResponse.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier used 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 used 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.
StopActivityStreamResponse.Builder kinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream used for the database activity stream.
kinesisStreamName - The name of the Amazon Kinesis data stream used for the database activity stream.StopActivityStreamResponse.Builder status(String status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatus,
ActivityStreamStatusStopActivityStreamResponse.Builder status(ActivityStreamStatus status)
The status of the database activity stream.
status - The status of the database activity stream.ActivityStreamStatus,
ActivityStreamStatusCopyright © 2023. All rights reserved.