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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String mode)
The mode of the database activity stream.ModifyActivityStreamResponse.Builder
mode(ActivityStreamMode mode)
The mode 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
policyStatus(ActivityStreamPolicyStatus policyStatus)
The status of the modification to the policy state of the database activity stream.ModifyActivityStreamResponse.Builder
status(String status)
The status of the modification to the database activity stream.ModifyActivityStreamResponse.Builder
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
kmsKeyId
ModifyActivityStreamResponse.Builder kmsKeyId(String 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
ModifyActivityStreamResponse.Builder kinesisStreamName(String 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
ModifyActivityStreamResponse.Builder status(String 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:
ActivityStreamStatus
,ActivityStreamStatus
-
status
ModifyActivityStreamResponse.Builder status(ActivityStreamStatus 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:
ActivityStreamStatus
,ActivityStreamStatus
-
mode
ModifyActivityStreamResponse.Builder mode(String 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:
ActivityStreamMode
,ActivityStreamMode
-
mode
ModifyActivityStreamResponse.Builder mode(ActivityStreamMode 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:
ActivityStreamMode
,ActivityStreamMode
-
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
ModifyActivityStreamResponse.Builder policyStatus(String 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:
ActivityStreamPolicyStatus
,ActivityStreamPolicyStatus
-
policyStatus
ModifyActivityStreamResponse.Builder policyStatus(ActivityStreamPolicyStatus 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:
ActivityStreamPolicyStatus
,ActivityStreamPolicyStatus
-
-