Interface DisableInstanceSqlHaStandbyDetectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisableInstanceSqlHaStandbyDetectionsRequest.Builder,DisableInstanceSqlHaStandbyDetectionsRequest>,Ec2Request.Builder,SdkBuilder<DisableInstanceSqlHaStandbyDetectionsRequest.Builder,DisableInstanceSqlHaStandbyDetectionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisableInstanceSqlHaStandbyDetectionsRequest
@Mutable @NotThreadSafe public static interface DisableInstanceSqlHaStandbyDetectionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisableInstanceSqlHaStandbyDetectionsRequest.Builder,DisableInstanceSqlHaStandbyDetectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableInstanceSqlHaStandbyDetectionsRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DisableInstanceSqlHaStandbyDetectionsRequest.BuilderinstanceIds(String... instanceIds)The IDs of the instances to disable from SQL Server High Availability standby detection monitoring.DisableInstanceSqlHaStandbyDetectionsRequest.BuilderinstanceIds(Collection<String> instanceIds)The IDs of the instances to disable from SQL Server High Availability standby detection monitoring.DisableInstanceSqlHaStandbyDetectionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableInstanceSqlHaStandbyDetectionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.ec2.model.Ec2Request.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
-
instanceIds
DisableInstanceSqlHaStandbyDetectionsRequest.Builder instanceIds(Collection<String> instanceIds)
The IDs of the instances to disable from SQL Server High Availability standby detection monitoring.
- Parameters:
instanceIds- The IDs of the instances to disable from SQL Server High Availability standby detection monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceIds
DisableInstanceSqlHaStandbyDetectionsRequest.Builder instanceIds(String... instanceIds)
The IDs of the instances to disable from SQL Server High Availability standby detection monitoring.
- Parameters:
instanceIds- The IDs of the instances to disable from SQL Server High Availability standby detection monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
DisableInstanceSqlHaStandbyDetectionsRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisableInstanceSqlHaStandbyDetectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisableInstanceSqlHaStandbyDetectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-