Class AutoFollowedCluster.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ccr.stats.AutoFollowedCluster.Builder
- All Implemented Interfaces:
ObjectBuilder<AutoFollowedCluster>
- Enclosing class:
- AutoFollowedCluster
public static class AutoFollowedCluster.Builder extends java.lang.Object implements ObjectBuilder<AutoFollowedCluster>
Builder for
AutoFollowedCluster.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description AutoFollowedClusterbuild()Builds aAutoFollowedCluster.AutoFollowedCluster.BuilderclusterName(java.lang.String value)API name:cluster_nameAutoFollowedCluster.BuilderlastSeenMetadataVersion(long value)API name:last_seen_metadata_versionAutoFollowedCluster.BuildertimeSinceLastCheckMillis(java.lang.String value)API name:time_since_last_check_millisMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterName
API name:cluster_name -
lastSeenMetadataVersion
API name:last_seen_metadata_version -
timeSinceLastCheckMillis
API name:time_since_last_check_millis -
build
Builds aAutoFollowedCluster.- Specified by:
buildin interfaceObjectBuilder<AutoFollowedCluster>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-