Interface PropertyGroupResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PropertyGroupResponse.Builder,PropertyGroupResponse>,SdkBuilder<PropertyGroupResponse.Builder,PropertyGroupResponse>,SdkPojo
- Enclosing class:
- PropertyGroupResponse
public static interface PropertyGroupResponse.Builder extends SdkPojo, CopyableBuilder<PropertyGroupResponse.Builder,PropertyGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyGroupResponse.BuildergroupType(String groupType)The group types.PropertyGroupResponse.BuildergroupType(GroupType groupType)The group types.PropertyGroupResponse.BuilderisInherited(Boolean isInherited)A Boolean value that specifies whether the property group is inherited from a parent entityPropertyGroupResponse.BuilderpropertyNames(String... propertyNames)The names of properties.PropertyGroupResponse.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, sdkFields
-
-
-
-
Method Detail
-
groupType
PropertyGroupResponse.Builder groupType(String groupType)
The group types.
-
groupType
PropertyGroupResponse.Builder groupType(GroupType groupType)
The group types.
-
propertyNames
PropertyGroupResponse.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
PropertyGroupResponse.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
PropertyGroupResponse.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.
-
-