Interface ListEntitiesFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>,SdkBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>,SdkPojo
- Enclosing class:
- ListEntitiesFilter
public static interface ListEntitiesFilter.Builder extends SdkPojo, CopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEntitiesFilter.BuildercomponentTypeId(String componentTypeId)The ID of the component type in the entities in the list.ListEntitiesFilter.BuilderexternalId(String externalId)The external-Id property of a component.ListEntitiesFilter.BuilderparentEntityId(String parentEntityId)The parent of the entities in the list.-
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
-
parentEntityId
ListEntitiesFilter.Builder parentEntityId(String parentEntityId)
The parent of the entities in the list.
- Parameters:
parentEntityId- The parent of the entities in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentTypeId
ListEntitiesFilter.Builder componentTypeId(String componentTypeId)
The ID of the component type in the entities in the list.
- Parameters:
componentTypeId- The ID of the component type in the entities in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalId
ListEntitiesFilter.Builder externalId(String externalId)
The external-Id property of a component. The external-Id property is the primary key of an external storage system.
- Parameters:
externalId- The external-Id property of a component. The external-Id property is the primary key of an external storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-