Interface ModifyActivityStreamResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ModifyActivityStreamResponse.Builder,,- ModifyActivityStreamResponse> - RdsResponse.Builder,- SdkBuilder<ModifyActivityStreamResponse.Builder,,- ModifyActivityStreamResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ModifyActivityStreamResponse
@Mutable
@NotThreadSafe
public static interface ModifyActivityStreamResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyActivityStreamResponse.Builder,ModifyActivityStreamResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
kmsKeyIdThe 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.
 
- 
kinesisStreamNameThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
modeThe 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:
 
- 
modeThe 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:
 
- 
engineNativeAuditFieldsIncludedModifyActivityStreamResponse.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.
 
- 
policyStatusThe 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:
 
- 
policyStatusThe 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:
 
 
-