Interface UpdateAvailabilityOptionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudSearchRequest.Builder,CopyableBuilder<UpdateAvailabilityOptionsRequest.Builder,UpdateAvailabilityOptionsRequest>,SdkBuilder<UpdateAvailabilityOptionsRequest.Builder,UpdateAvailabilityOptionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAvailabilityOptionsRequest
public static interface UpdateAvailabilityOptionsRequest.Builder extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<UpdateAvailabilityOptionsRequest.Builder,UpdateAvailabilityOptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAvailabilityOptionsRequest.BuilderdomainName(String domainName)Sets the value of the DomainName property for this object.UpdateAvailabilityOptionsRequest.BuildermultiAZ(Boolean multiAZ)You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.UpdateAvailabilityOptionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAvailabilityOptionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudsearch.model.CloudSearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainName
UpdateAvailabilityOptionsRequest.Builder domainName(String domainName)
Sets the value of the DomainName property for this object.- Parameters:
domainName- The new value for the DomainName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiAZ
UpdateAvailabilityOptionsRequest.Builder multiAZ(Boolean multiAZ)
You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to
false.- Parameters:
multiAZ- You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option tofalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAvailabilityOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAvailabilityOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-