Interface ListEntitiesFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListEntitiesFilter.Builder,,ListEntitiesFilter> SdkBuilder<ListEntitiesFilter.Builder,,ListEntitiesFilter> SdkPojo
- Enclosing class:
- ListEntitiesFilter
@Mutable
@NotThreadSafe
public static interface ListEntitiesFilter.Builder
extends SdkPojo, CopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentTypeId(String componentTypeId) The ID of the component type in the entities in the list.externalId(String externalId) The external-Id property of a component.parentEntityId(String parentEntityId) The parent of the entities in the list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-