Interface PropertyGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PropertyGroup.Builder,
,PropertyGroup> SdkBuilder<PropertyGroup.Builder,
,PropertyGroup> SdkPojo
- Enclosing class:
PropertyGroup
@Mutable
@NotThreadSafe
public static interface PropertyGroup.Builder
extends SdkPojo, CopyableBuilder<PropertyGroup.Builder,PropertyGroup>
-
Method Summary
Modifier and TypeMethodDescriptionpropertyGroupId
(String propertyGroupId) Describes the key of an application execution property key-value pair.propertyMap
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-