Interface ComponentPropertyGroupResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComponentPropertyGroupResponse.Builder,
,ComponentPropertyGroupResponse> SdkBuilder<ComponentPropertyGroupResponse.Builder,
,ComponentPropertyGroupResponse> SdkPojo
- Enclosing class:
ComponentPropertyGroupResponse
@Mutable
@NotThreadSafe
public static interface ComponentPropertyGroupResponse.Builder
extends SdkPojo, CopyableBuilder<ComponentPropertyGroupResponse.Builder,ComponentPropertyGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe group type.The group type.isInherited
(Boolean isInherited) A Boolean value that specifies whether the property group is inherited from a parent entitypropertyNames
(String... propertyNames) The names of propertiespropertyNames
(Collection<String> propertyNames) The names of propertiesMethods 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
-
groupType
The group type.
- Parameters:
groupType
- The group type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupType
The group type.
- Parameters:
groupType
- The group type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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.
-