Interface RelationshipsListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RelationshipsListItem.Builder,
,RelationshipsListItem> SdkBuilder<RelationshipsListItem.Builder,
,RelationshipsListItem> SdkPojo
- Enclosing class:
RelationshipsListItem
public static interface RelationshipsListItem.Builder
extends SdkPojo, CopyableBuilder<RelationshipsListItem.Builder,RelationshipsListItem>
-
Method Summary
Modifier and TypeMethodDescriptionIdentifers of the child blocks.ids
(Collection<String> ids) Identifers of the child blocks.Only supported relationship is a child relationship.type
(RelationshipType type) Only supported relationship is a child relationship.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 Details
-
ids
Identifers of the child blocks.
- Parameters:
ids
- Identifers of the child blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
Identifers of the child blocks.
- Parameters:
ids
- Identifers of the child blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Only supported relationship is a child relationship.
- Parameters:
type
- Only supported relationship is a child relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Only supported relationship is a child relationship.
- Parameters:
type
- Only supported relationship is a child relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-