Interface EnvironmentPropertyDescriptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EnvironmentPropertyDescriptions.Builder,,- EnvironmentPropertyDescriptions> - SdkBuilder<EnvironmentPropertyDescriptions.Builder,,- EnvironmentPropertyDescriptions> - SdkPojo
- Enclosing class:
- EnvironmentPropertyDescriptions
@Mutable
@NotThreadSafe
public static interface EnvironmentPropertyDescriptions.Builder
extends SdkPojo, CopyableBuilder<EnvironmentPropertyDescriptions.Builder,EnvironmentPropertyDescriptions> 
- 
Method SummaryModifier and TypeMethodDescriptionpropertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions) Describes the execution property groups.propertyGroupDescriptions(Consumer<PropertyGroup.Builder>... propertyGroupDescriptions) Describes the execution property groups.propertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions) Describes the execution property groups.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
propertyGroupDescriptionsEnvironmentPropertyDescriptions.Builder propertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions) Describes the execution property groups. - Parameters:
- propertyGroupDescriptions- Describes the execution property groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
propertyGroupDescriptionsEnvironmentPropertyDescriptions.Builder propertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions) Describes the execution property groups. - Parameters:
- propertyGroupDescriptions- Describes the execution property groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
propertyGroupDescriptionsEnvironmentPropertyDescriptions.Builder propertyGroupDescriptions(Consumer<PropertyGroup.Builder>... propertyGroupDescriptions) Describes the execution property groups. This is a convenience method that creates an instance of thePropertyGroup.Builderavoiding the need to create one manually viaPropertyGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topropertyGroupDescriptions(List<PropertyGroup>).- Parameters:
- propertyGroupDescriptions- a consumer that will call methods on- PropertyGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-