Interface StartActivityStreamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartActivityStreamRequest.Builder,StartActivityStreamRequest>
,RdsRequest.Builder
,SdkBuilder<StartActivityStreamRequest.Builder,StartActivityStreamRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- StartActivityStreamRequest
public static interface StartActivityStreamRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<StartActivityStreamRequest.Builder,StartActivityStreamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartActivityStreamRequest.Builder
applyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.StartActivityStreamRequest.Builder
engineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Specifies whether the database activity stream includes engine-native audit fields.StartActivityStreamRequest.Builder
kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream.StartActivityStreamRequest.Builder
mode(String mode)
Specifies the mode of the database activity stream.StartActivityStreamRequest.Builder
mode(ActivityStreamMode mode)
Specifies the mode of the database activity stream.StartActivityStreamRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
StartActivityStreamRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
StartActivityStreamRequest.Builder
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster, for example,arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.-
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
StartActivityStreamRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster, for example,
arn:aws:rds:us-east-1:12345667890:cluster:das-cluster
.- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the DB cluster, 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.
-
mode
StartActivityStreamRequest.Builder mode(String mode)
Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.
- Parameters:
mode
- Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActivityStreamMode
,ActivityStreamMode
-
mode
StartActivityStreamRequest.Builder mode(ActivityStreamMode mode)
Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.
- Parameters:
mode
- Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActivityStreamMode
,ActivityStreamMode
-
kmsKeyId
StartActivityStreamRequest.Builder kmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier 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 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.
-
applyImmediately
StartActivityStreamRequest.Builder applyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.
- Parameters:
applyImmediately
- Specifies whether or not the database activity stream is to start 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.
-
engineNativeAuditFieldsIncluded
StartActivityStreamRequest.Builder engineNativeAuditFieldsIncluded(Boolean engineNativeAuditFieldsIncluded)
Specifies whether the database activity stream includes engine-native audit fields. This option applies to an Oracle or Microsoft SQL Server DB instance. By default, no engine-native audit fields are included.
- Parameters:
engineNativeAuditFieldsIncluded
- Specifies whether the database activity stream includes engine-native audit fields. This option applies to an Oracle or Microsoft SQL Server DB instance. By default, no engine-native audit fields are included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartActivityStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
StartActivityStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-