Interface PropertyGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PropertyGroup.Builder,PropertyGroup>,SdkBuilder<PropertyGroup.Builder,PropertyGroup>,SdkPojo
- Enclosing class:
- PropertyGroup
public static interface PropertyGroup.Builder extends SdkPojo, CopyableBuilder<PropertyGroup.Builder,PropertyGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyGroup.BuilderpropertyGroupId(String propertyGroupId)Describes the key of an application execution property key-value pair.PropertyGroup.BuilderpropertyMap(Map<String,String> propertyMap)Describes the value of an application execution property key-value pair.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
propertyGroupId
PropertyGroup.Builder propertyGroupId(String propertyGroupId)
Describes the key of an application execution property key-value pair.
- Parameters:
propertyGroupId- Describes the key of an application execution property key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyMap
PropertyGroup.Builder propertyMap(Map<String,String> propertyMap)
Describes the value of an application execution property key-value pair.
- Parameters:
propertyMap- Describes the value of an application execution property key-value pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-