Uses of Class
io.resys.hdes.client.spi.store.ImmutableThenaConfig.Builder
Packages that use ImmutableThenaConfig.Builder
-
Uses of ImmutableThenaConfig.Builder in io.resys.hdes.client.spi.store
Methods in io.resys.hdes.client.spi.store that return ImmutableThenaConfig.BuilderModifier and TypeMethodDescriptionImmutableThenaConfig.Builder.authorProvider(ThenaConfig.AuthorProvider authorProvider) Initializes the value for theauthorProviderattribute.static ImmutableThenaConfig.BuilderImmutableThenaConfig.builder()Creates a builder forImmutableThenaConfig.ImmutableThenaConfig.Builder.client(ThenaClient client) Initializes the value for theclientattribute.ImmutableThenaConfig.Builder.deserializer(ThenaConfig.Deserializer deserializer) Initializes the value for thedeserializerattribute.ImmutableThenaConfig.Builder.from(ThenaConfig instance) Fill a builder with attribute values from the providedThenaConfiginstance.ImmutableThenaConfig.Builder.gidProvider(ThenaConfig.GidProvider gidProvider) Initializes the value for thegidProviderattribute.Initializes the value for theheadNameattribute.Initializes the value for therepoNameattribute.ImmutableThenaConfig.Builder.serializer(ThenaConfig.Serializer serializer) Initializes the value for theserializerattribute.