public static interface EnvironmentProperties.Builder extends SdkPojo, CopyableBuilder<EnvironmentProperties.Builder,EnvironmentProperties>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentProperties.Builder |
propertyGroups(Collection<PropertyGroup> propertyGroups)
Describes the execution property groups.
|
EnvironmentProperties.Builder |
propertyGroups(Consumer<PropertyGroup.Builder>... propertyGroups)
Describes the execution property groups.
|
EnvironmentProperties.Builder |
propertyGroups(PropertyGroup... propertyGroups)
Describes the execution property groups.
|
copyapplyMutation, buildEnvironmentProperties.Builder propertyGroups(Collection<PropertyGroup> propertyGroups)
Describes the execution property groups.
propertyGroups - Describes the execution property groups.EnvironmentProperties.Builder propertyGroups(PropertyGroup... propertyGroups)
Describes the execution property groups.
propertyGroups - Describes the execution property groups.EnvironmentProperties.Builder propertyGroups(Consumer<PropertyGroup.Builder>... propertyGroups)
Describes the execution property groups.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #propertyGroups(List) .propertyGroups - a consumer that will call methods on List.Builder #propertyGroups(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.