public static interface EnvironmentPropertyDescriptions.Builder extends SdkPojo, CopyableBuilder<EnvironmentPropertyDescriptions.Builder,EnvironmentPropertyDescriptions>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentPropertyDescriptions.Builder |
propertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
|
EnvironmentPropertyDescriptions.Builder |
propertyGroupDescriptions(Consumer<PropertyGroup.Builder>... propertyGroupDescriptions)
Describes the execution property groups.
|
EnvironmentPropertyDescriptions.Builder |
propertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions)
Describes the execution property groups.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentPropertyDescriptions.Builder propertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
propertyGroupDescriptions - Describes the execution property groups.EnvironmentPropertyDescriptions.Builder propertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions)
Describes the execution property groups.
propertyGroupDescriptions - Describes the execution property groups.EnvironmentPropertyDescriptions.Builder propertyGroupDescriptions(Consumer<PropertyGroup.Builder>... propertyGroupDescriptions)
Describes 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 #propertyGroupDescriptions(List.
propertyGroupDescriptions - a consumer that will call methods on
PropertyGroup.Builder#propertyGroupDescriptions(java.util.Collection) Copyright © 2022. All rights reserved.