public static interface StopActivityStreamRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<StopActivityStreamRequest.Builder,StopActivityStreamRequest>
Modifier and Type | Method and Description |
---|---|
StopActivityStreamRequest.Builder |
applyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the
maintenance window for the database.
|
StopActivityStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StopActivityStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StopActivityStreamRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StopActivityStreamRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.
resourceArn
- The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.StopActivityStreamRequest.Builder applyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
applyImmediately
- Specifies whether or not the database activity stream is to stop as soon as possible, regardless of
the maintenance window for the database.StopActivityStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StopActivityStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.