Interface DisableInstanceSqlHaStandbyDetectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisableInstanceSqlHaStandbyDetectionsResponse.Builder,DisableInstanceSqlHaStandbyDetectionsResponse>,Ec2Response.Builder,SdkBuilder<DisableInstanceSqlHaStandbyDetectionsResponse.Builder,DisableInstanceSqlHaStandbyDetectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DisableInstanceSqlHaStandbyDetectionsResponse
@Mutable @NotThreadSafe public static interface DisableInstanceSqlHaStandbyDetectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisableInstanceSqlHaStandbyDetectionsResponse.Builder,DisableInstanceSqlHaStandbyDetectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableInstanceSqlHaStandbyDetectionsResponse.Builderinstances(Collection<RegisteredInstance> instances)Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.DisableInstanceSqlHaStandbyDetectionsResponse.Builderinstances(Consumer<RegisteredInstance.Builder>... instances)Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.DisableInstanceSqlHaStandbyDetectionsResponse.Builderinstances(RegisteredInstance... instances)Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
instances
DisableInstanceSqlHaStandbyDetectionsResponse.Builder instances(Collection<RegisteredInstance> instances)
Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.
- Parameters:
instances- Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
DisableInstanceSqlHaStandbyDetectionsResponse.Builder instances(RegisteredInstance... instances)
Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.
- Parameters:
instances- Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
DisableInstanceSqlHaStandbyDetectionsResponse.Builder instances(Consumer<RegisteredInstance.Builder>... instances)
Information about the instances that were disabled from SQL Server High Availability standby detection monitoring.
This is a convenience method that creates an instance of theRegisteredInstance.Builderavoiding the need to create one manually viaRegisteredInstance.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#instances(List.) - Parameters:
instances- a consumer that will call methods onRegisteredInstance.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#instances(java.util.Collection)
-
-