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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
StopActivityStreamResponse.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
,
ActivityStreamStatus
StopActivityStreamResponse.Builder status(ActivityStreamStatus status)
The status of the database activity stream.
status
- The status of the database activity stream.ActivityStreamStatus
,
ActivityStreamStatus
Copyright © 2023. All rights reserved.