public static interface EnvironmentPropertyUpdates.Builder extends SdkPojo, CopyableBuilder<EnvironmentPropertyUpdates.Builder,EnvironmentPropertyUpdates>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentPropertyUpdates.Builder |
propertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
|
EnvironmentPropertyUpdates.Builder |
propertyGroups(Consumer<PropertyGroup.Builder>... propertyGroups)
Describes updates to the execution property groups.
|
EnvironmentPropertyUpdates.Builder |
propertyGroups(PropertyGroup... propertyGroups)
Describes updates to the execution property groups.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentPropertyUpdates.Builder propertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
propertyGroups - Describes updates to the execution property groups.EnvironmentPropertyUpdates.Builder propertyGroups(PropertyGroup... propertyGroups)
Describes updates to the execution property groups.
propertyGroups - Describes updates to the execution property groups.EnvironmentPropertyUpdates.Builder propertyGroups(Consumer<PropertyGroup.Builder>... propertyGroups)
Describes updates to the execution property groups.
This is a convenience method that creates an instance of thePropertyGroup.Builder avoiding the need to
create one manually via
PropertyGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #propertyGroups(List.
propertyGroups - a consumer that will call methods on
PropertyGroup.Builder#propertyGroups(java.util.Collection) Copyright © 2022. All rights reserved.