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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelationshipsListItem.Builderids(String... ids)Identifers of the child blocks.RelationshipsListItem.Builderids(Collection<String> ids)Identifers of the child blocks.RelationshipsListItem.Buildertype(String type)Only supported relationship is a child relationship.RelationshipsListItem.Buildertype(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 Detail
-
ids
RelationshipsListItem.Builder ids(Collection<String> 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
RelationshipsListItem.Builder ids(String... 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
RelationshipsListItem.Builder type(String 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:
RelationshipType,RelationshipType
-
type
RelationshipsListItem.Builder type(RelationshipType 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:
RelationshipType,RelationshipType
-
-