Interface CrossClusterSearchConnectionProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CrossClusterSearchConnectionProperties.Builder,CrossClusterSearchConnectionProperties>,SdkBuilder<CrossClusterSearchConnectionProperties.Builder,CrossClusterSearchConnectionProperties>,SdkPojo
- Enclosing class:
- CrossClusterSearchConnectionProperties
public static interface CrossClusterSearchConnectionProperties.Builder extends SdkPojo, CopyableBuilder<CrossClusterSearchConnectionProperties.Builder,CrossClusterSearchConnectionProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CrossClusterSearchConnectionProperties.BuilderskipUnavailable(String skipUnavailable)The status of theSkipUnavailablesetting for the outbound connection.CrossClusterSearchConnectionProperties.BuilderskipUnavailable(SkipUnavailableStatus skipUnavailable)The status of theSkipUnavailablesetting for the outbound connection.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
skipUnavailable
CrossClusterSearchConnectionProperties.Builder skipUnavailable(String skipUnavailable)
The status of the
SkipUnavailablesetting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.- Parameters:
skipUnavailable- The status of theSkipUnavailablesetting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SkipUnavailableStatus,SkipUnavailableStatus
-
skipUnavailable
CrossClusterSearchConnectionProperties.Builder skipUnavailable(SkipUnavailableStatus skipUnavailable)
The status of the
SkipUnavailablesetting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.- Parameters:
skipUnavailable- The status of theSkipUnavailablesetting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SkipUnavailableStatus,SkipUnavailableStatus
-
-