com.amazonaws.services.cloudsearch.model
Class UpdateAvailabilityOptionsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.cloudsearch.model.UpdateAvailabilityOptionsRequest
All Implemented Interfaces:
Serializable

Deprecated. Use UpdateAvailabilityOptionsRequest instead.

@Deprecated
public class UpdateAvailabilityOptionsRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the UpdateAvailabilityOptions operation.

Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide .

See Also:
AmazonCloudSearch.updateAvailabilityOptions(UpdateAvailabilityOptionsRequest), Serialized Form

Constructor Summary
UpdateAvailabilityOptionsRequest()
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated.  
 String getDomainName()
          Deprecated. A string that represents the name of a domain.
 Boolean getMultiAZ()
          Deprecated. You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
 int hashCode()
          Deprecated.  
 Boolean isMultiAZ()
          Deprecated. You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
 void setDomainName(String domainName)
          Deprecated. A string that represents the name of a domain.
 void setMultiAZ(Boolean multiAZ)
          Deprecated. You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
 String toString()
          Deprecated. Returns a string representation of this object; useful for testing and debugging.
 UpdateAvailabilityOptionsRequest withDomainName(String domainName)
          Deprecated. A string that represents the name of a domain.
 UpdateAvailabilityOptionsRequest withMultiAZ(Boolean multiAZ)
          Deprecated. You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateAvailabilityOptionsRequest

public UpdateAvailabilityOptionsRequest()
Deprecated. 
Method Detail

getDomainName

public String getDomainName()
Deprecated. 
A string that represents the name of a domain. Domain names must be unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). Uppercase letters and underscores are not allowed.

Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+

Returns:
A string that represents the name of a domain. Domain names must be unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). Uppercase letters and underscores are not allowed.

setDomainName

public void setDomainName(String domainName)
Deprecated. 
A string that represents the name of a domain. Domain names must be unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). Uppercase letters and underscores are not allowed.

Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+

Parameters:
domainName - A string that represents the name of a domain. Domain names must be unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). Uppercase letters and underscores are not allowed.

withDomainName

public UpdateAvailabilityOptionsRequest withDomainName(String domainName)
Deprecated. 
A string that represents the name of a domain. Domain names must be unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). Uppercase letters and underscores are not allowed.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 3 - 28
Pattern: [a-z][a-z0-9\-]+

Parameters:
domainName - A string that represents the name of a domain. Domain names must be unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). Uppercase letters and underscores are not allowed.
Returns:
A reference to this updated object so that method calls can be chained together.

isMultiAZ

public Boolean isMultiAZ()
Deprecated. 
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.

Returns:
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.

setMultiAZ

public void setMultiAZ(Boolean multiAZ)
Deprecated. 
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 to false.

withMultiAZ

public UpdateAvailabilityOptionsRequest withMultiAZ(Boolean multiAZ)
Deprecated. 
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.

Returns a reference to this object so that method calls can be chained together.

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 to false.
Returns:
A reference to this updated object so that method calls can be chained together.

getMultiAZ

public Boolean getMultiAZ()
Deprecated. 
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.

Returns:
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.

toString

public String toString()
Deprecated. 
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.