public static interface ModifyActivityStreamResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyActivityStreamResponse.Builder,ModifyActivityStreamResponse>
Modifier and Type | Method and Description |
---|---|
ModifyActivityStreamResponse.Builder |
engineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Indicates whether engine-native audit fields are included in the database activity stream.
|
ModifyActivityStreamResponse.Builder |
kinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream to be used for the database activity stream.
|
ModifyActivityStreamResponse.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
|
ModifyActivityStreamResponse.Builder |
mode(ActivityStreamMode mode)
The mode of the database activity stream.
|
ModifyActivityStreamResponse.Builder |
mode(String mode)
The mode of the database activity stream.
|
ModifyActivityStreamResponse.Builder |
policyStatus(ActivityStreamPolicyStatus policyStatus)
The status of the modification to the policy state of the database activity stream.
|
ModifyActivityStreamResponse.Builder |
policyStatus(String policyStatus)
The status of the modification to the policy state of the database activity stream.
|
ModifyActivityStreamResponse.Builder |
status(ActivityStreamStatus status)
The status of the modification to the database activity stream.
|
ModifyActivityStreamResponse.Builder |
status(String status)
The status of the modification to the database activity stream.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyActivityStreamResponse.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.ModifyActivityStreamResponse.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.ModifyActivityStreamResponse.Builder status(String status)
The status of the modification to the database activity stream.
status
- The status of the modification to the database activity stream.ActivityStreamStatus
,
ActivityStreamStatus
ModifyActivityStreamResponse.Builder status(ActivityStreamStatus status)
The status of the modification to the database activity stream.
status
- The status of the modification to the database activity stream.ActivityStreamStatus
,
ActivityStreamStatus
ModifyActivityStreamResponse.Builder mode(String mode)
The mode of the database activity stream.
mode
- The mode of the database activity stream.ActivityStreamMode
,
ActivityStreamMode
ModifyActivityStreamResponse.Builder mode(ActivityStreamMode mode)
The mode of the database activity stream.
mode
- The mode of the database activity stream.ActivityStreamMode
,
ActivityStreamMode
ModifyActivityStreamResponse.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.ModifyActivityStreamResponse.Builder policyStatus(String policyStatus)
The status of the modification to the policy state of the database activity stream.
policyStatus
- The status of the modification to the policy state of the database activity stream.ActivityStreamPolicyStatus
,
ActivityStreamPolicyStatus
ModifyActivityStreamResponse.Builder policyStatus(ActivityStreamPolicyStatus policyStatus)
The status of the modification to the policy state of the database activity stream.
policyStatus
- The status of the modification to the policy state of the database activity stream.ActivityStreamPolicyStatus
,
ActivityStreamPolicyStatus
Copyright © 2023. All rights reserved.