Interface StopActivityStreamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopActivityStreamRequest.Builder,StopActivityStreamRequest>,RdsRequest.Builder,SdkBuilder<StopActivityStreamRequest.Builder,StopActivityStreamRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopActivityStreamRequest
public static interface StopActivityStreamRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<StopActivityStreamRequest.Builder,StopActivityStreamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopActivityStreamRequest.BuilderapplyImmediately(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopActivityStreamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopActivityStreamRequest.BuilderresourceArn(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceArn
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.- 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
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.
- 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
-
-