Interface ComponentPropertyGroupResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComponentPropertyGroupResponse.Builder,ComponentPropertyGroupResponse>,SdkBuilder<ComponentPropertyGroupResponse.Builder,ComponentPropertyGroupResponse>,SdkPojo
- Enclosing class:
- ComponentPropertyGroupResponse
public static interface ComponentPropertyGroupResponse.Builder extends SdkPojo, CopyableBuilder<ComponentPropertyGroupResponse.Builder,ComponentPropertyGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentPropertyGroupResponse.BuildergroupType(String groupType)The group type.ComponentPropertyGroupResponse.BuildergroupType(GroupType groupType)The group type.ComponentPropertyGroupResponse.BuilderisInherited(Boolean isInherited)A Boolean value that specifies whether the property group is inherited from a parent entityComponentPropertyGroupResponse.BuilderpropertyNames(String... propertyNames)The names of propertiesComponentPropertyGroupResponse.BuilderpropertyNames(Collection<String> propertyNames)The names of properties-
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 Detail
-
groupType
ComponentPropertyGroupResponse.Builder groupType(String groupType)
The group type.
-
groupType
ComponentPropertyGroupResponse.Builder groupType(GroupType groupType)
The group type.
-
propertyNames
ComponentPropertyGroupResponse.Builder propertyNames(Collection<String> propertyNames)
The names of properties
- Parameters:
propertyNames- The names of properties- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyNames
ComponentPropertyGroupResponse.Builder propertyNames(String... propertyNames)
The names of properties
- Parameters:
propertyNames- The names of properties- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isInherited
ComponentPropertyGroupResponse.Builder isInherited(Boolean isInherited)
A Boolean value that specifies whether the property group is inherited from a parent entity
- Parameters:
isInherited- A Boolean value that specifies whether the property group is inherited from a parent entity- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-