public static interface PropertyGroup.Builder extends SdkPojo, CopyableBuilder<PropertyGroup.Builder,PropertyGroup>
Modifier and Type | Method and Description |
---|---|
PropertyGroup.Builder |
propertyGroupId(String propertyGroupId)
Describes the key of an application execution property key-value pair.
|
PropertyGroup.Builder |
propertyMap(Map<String,String> propertyMap)
Describes the value of an application execution property key-value pair.
|
copy
applyMutation, build
PropertyGroup.Builder propertyGroupId(String propertyGroupId)
Describes the key of an application execution property key-value pair.
propertyGroupId
- Describes the key of an application execution property key-value pair.PropertyGroup.Builder propertyMap(Map<String,String> propertyMap)
Describes the value of an application execution property key-value pair.
propertyMap
- Describes the value of an application execution property key-value pair.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.