Uses of Class
eu.cloudnetservice.driver.service.GroupConfiguration.Builder
Packages that use GroupConfiguration.Builder
-
Uses of GroupConfiguration.Builder in eu.cloudnetservice.driver.service
Subclasses with type arguments of type GroupConfiguration.Builder in eu.cloudnetservice.driver.serviceModifier and TypeClassDescriptionstatic classRepresents a builder for a group configuration.Methods in eu.cloudnetservice.driver.service that return GroupConfiguration.BuilderModifier and TypeMethodDescriptionGroupConfiguration.builder()Constructs a new builder instance to create a group configuration.GroupConfiguration.builder(@NonNull GroupConfiguration group) Constructs a new builder which inherits the properties of the given group configuration, allowing to change certain properties of a group.GroupConfiguration.Builder.modifyTargetEnvironments(@NonNull Consumer<Collection<String>> modifier) Modifies the target environments of this group configuration.Sets the name of the newly created group configuration.protected @NonNull GroupConfiguration.BuilderGroupConfiguration.Builder.self()Get the current instance of the builder, this removes the need for unchecked generics which are annoying.GroupConfiguration.Builder.targetEnvironments(@NonNull Collection<String> targetEnvironments) Sets the target environments of the group configuration.