Interface StopActivityStreamRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopActivityStreamRequest.Builder,,StopActivityStreamRequest> RdsRequest.Builder,SdkBuilder<StopActivityStreamRequest.Builder,,StopActivityStreamRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopActivityStreamRequest
@Mutable
@NotThreadSafe
public static interface StopActivityStreamRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<StopActivityStreamRequest.Builder,StopActivityStreamRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplyImmediately(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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applyImmediately
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
- Parameters:
applyImmediately- Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopActivityStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopActivityStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-