Interface ModifyActivityStreamRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyActivityStreamRequest.Builder,,ModifyActivityStreamRequest> RdsRequest.Builder,SdkBuilder<ModifyActivityStreamRequest.Builder,,ModifyActivityStreamRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyActivityStreamRequest
@Mutable
@NotThreadSafe
public static interface ModifyActivityStreamRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyActivityStreamRequest.Builder,ModifyActivityStreamRequest>
-
Method Summary
Modifier and TypeMethodDescriptionauditPolicyState(String auditPolicyState) The audit policy state.auditPolicyState(AuditPolicyState auditPolicyState) The audit policy state.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.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 RDS for Oracle or Microsoft SQL Server DB instance. For example,
arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example,arn:aws:rds:us-east-1:12345667890:db:my-orcl-db.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditPolicyState
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
- Parameters:
auditPolicyState- The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
auditPolicyState
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
- Parameters:
auditPolicyState- The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ModifyActivityStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyActivityStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-