Class RegionPolicyDoc.AbstractBuilder<BuilderT extends RegionPolicyDoc.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.inference.RegionPolicyDoc.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
GetRegionPolicyResponse.Builder,PutRegionPolicyResponse.Builder
- Enclosing class:
- RegionPolicyDoc
public abstract static class RegionPolicyDoc.AbstractBuilder<BuilderT extends RegionPolicyDoc.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTRequired - The date and time the region policy was created.final BuilderTThe user who created the region policy.final BuilderTregionPolicy(RegionPolicy value) Required - API name:region_policyfinal BuilderTregionPolicy(RegionPolicyVariant value) Required - API name:region_policyfinal BuilderTRequired - API name:region_policyprotected abstract BuilderTself()final BuilderTThe date and time the region policy was last updated.final BuilderTThe user who last updated the region policy.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
regionPolicy
Required - API name:region_policy -
regionPolicy
Required - API name:region_policy -
regionPolicy
Required - API name:region_policy -
createdAt
Required - The date and time the region policy was created.API name:
created_at -
createdBy
The user who created the region policy.API name:
created_by -
updatedAt
The date and time the region policy was last updated.API name:
updated_at -
updatedBy
The user who last updated the region policy.API name:
updated_by -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends RegionPolicyDoc.AbstractBuilder<BuilderT>>
-