@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CrossClusterSearchConnectionProperties extends Object implements Serializable, Cloneable, StructuredPojo
Cross cluster search specific connection properties.
Constructor and Description |
---|
CrossClusterSearchConnectionProperties() |
Modifier and Type | Method and Description |
---|---|
CrossClusterSearchConnectionProperties |
clone() |
boolean |
equals(Object obj) |
String |
getSkipUnavailable()
Status of SkipUnavailable param for outbound connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSkipUnavailable(String skipUnavailable)
Status of SkipUnavailable param for outbound connection.
|
String |
toString()
Returns a string representation of this object.
|
CrossClusterSearchConnectionProperties |
withSkipUnavailable(SkipUnavailableStatus skipUnavailable)
Status of SkipUnavailable param for outbound connection.
|
CrossClusterSearchConnectionProperties |
withSkipUnavailable(String skipUnavailable)
Status of SkipUnavailable param for outbound connection.
|
public CrossClusterSearchConnectionProperties()
public void setSkipUnavailable(String skipUnavailable)
Status of SkipUnavailable param for outbound connection.
skipUnavailable
- Status of SkipUnavailable param for outbound connection.SkipUnavailableStatus
public String getSkipUnavailable()
Status of SkipUnavailable param for outbound connection.
SkipUnavailableStatus
public CrossClusterSearchConnectionProperties withSkipUnavailable(String skipUnavailable)
Status of SkipUnavailable param for outbound connection.
skipUnavailable
- Status of SkipUnavailable param for outbound connection.SkipUnavailableStatus
public CrossClusterSearchConnectionProperties withSkipUnavailable(SkipUnavailableStatus skipUnavailable)
Status of SkipUnavailable param for outbound connection.
skipUnavailable
- Status of SkipUnavailable param for outbound connection.SkipUnavailableStatus
public String toString()
toString
in class Object
Object.toString()
public CrossClusterSearchConnectionProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.