public static interface UpdateAvailabilityOptionsRequest.Builder extends CloudSearchRequest.Builder, CopyableBuilder<UpdateAvailabilityOptionsRequest.Builder,UpdateAvailabilityOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAvailabilityOptionsRequest.Builder |
domainName(String domainName)
Sets the value of the DomainName property for this object.
|
UpdateAvailabilityOptionsRequest.Builder |
multiAZ(Boolean multiAZ)
You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
|
UpdateAvailabilityOptionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateAvailabilityOptionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateAvailabilityOptionsRequest.Builder domainName(String domainName)
domainName - The new value for the DomainName property for this object.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.
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.UpdateAvailabilityOptionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateAvailabilityOptionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.