Interface StopActivityStreamResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopActivityStreamResponse.Builder,StopActivityStreamResponse>,RdsResponse.Builder,SdkBuilder<StopActivityStreamResponse.Builder,StopActivityStreamResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopActivityStreamResponse
public static interface StopActivityStreamResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<StopActivityStreamResponse.Builder,StopActivityStreamResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopActivityStreamResponse.BuilderkinesisStreamName(String kinesisStreamName)The name of the Amazon Kinesis data stream used for the database activity stream.StopActivityStreamResponse.BuilderkmsKeyId(String kmsKeyId)The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.StopActivityStreamResponse.Builderstatus(String status)The status of the database activity stream.StopActivityStreamResponse.Builderstatus(ActivityStreamStatus status)The status of 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
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kinesisStreamName
StopActivityStreamResponse.Builder kinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream used for the database activity stream.
- Parameters:
kinesisStreamName- The name of the Amazon Kinesis data stream used for the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
StopActivityStreamResponse.Builder status(String status)
The status of the database activity stream.
- Parameters:
status- The status of the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActivityStreamStatus,ActivityStreamStatus
-
status
StopActivityStreamResponse.Builder status(ActivityStreamStatus status)
The status of the database activity stream.
- Parameters:
status- The status of the database activity stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActivityStreamStatus,ActivityStreamStatus
-
-