Interface ModifyActivityStreamResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ModifyActivityStreamResponse.Builder,
,ModifyActivityStreamResponse> RdsResponse.Builder
,SdkBuilder<ModifyActivityStreamResponse.Builder,
,ModifyActivityStreamResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ModifyActivityStreamResponse
public static interface ModifyActivityStreamResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyActivityStreamResponse.Builder,ModifyActivityStreamResponse>
-
Method Summary
Modifier and TypeMethodDescriptionengineNativeAuditFieldsIncluded
(Boolean engineNativeAuditFieldsIncluded) Indicates whether engine-native audit fields are included in the database activity stream.kinesisStreamName
(String kinesisStreamName) The name of the Amazon Kinesis data stream to be used for the database activity stream.The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.The mode of the database activity stream.mode
(ActivityStreamMode mode) The mode of the database activity stream.policyStatus
(String policyStatus) The status of the modification to the policy state of the database activity stream.policyStatus
(ActivityStreamPolicyStatus policyStatus) The status of the modification to the policy state of the database activity stream.The status of the modification to the database activity stream.status
(ActivityStreamStatus status) The status of the modification to the database activity stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
kmsKeyId
The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.
- Parameters:
kmsKeyId
- The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kinesisStreamName
The name of the Amazon Kinesis data stream to be used for the database activity stream.
- Parameters:
kinesisStreamName
- The name of the Amazon Kinesis data stream to be used for the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the modification to the database activity stream.
- Parameters:
status
- The status of the modification to the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the modification to the database activity stream.
- Parameters:
status
- The status of the modification to the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The mode of the database activity stream.
- Parameters:
mode
- The mode of the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The mode of the database activity stream.
- Parameters:
mode
- The mode of the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
engineNativeAuditFieldsIncluded
ModifyActivityStreamResponse.Builder engineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded) Indicates whether engine-native audit fields are included in the database activity stream.
- Parameters:
engineNativeAuditFieldsIncluded
- Indicates whether engine-native audit fields are included in the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyStatus
The status of the modification to the policy state of the database activity stream.
- Parameters:
policyStatus
- The status of the modification to the policy state of the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyStatus
The status of the modification to the policy state of the database activity stream.
- Parameters:
policyStatus
- The status of the modification to the policy state of the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-