Interface ListComponentTypesFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListComponentTypesFilter.Builder,,ListComponentTypesFilter> SdkBuilder<ListComponentTypesFilter.Builder,,ListComponentTypesFilter> SdkPojo
- Enclosing class:
- ListComponentTypesFilter
@Mutable
@NotThreadSafe
public static interface ListComponentTypesFilter.Builder
extends SdkPojo, CopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>
-
Method Summary
Modifier and TypeMethodDescriptionextendsFrom(String extendsFrom) The component type that the component types in the list extend.isAbstract(Boolean isAbstract) A Boolean value that specifies whether the component types in the list are abstract.The namespace to which the component types in the list belong.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
-
extendsFrom
The component type that the component types in the list extend.
- Parameters:
extendsFrom- The component type that the component types in the list extend.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace to which the component types in the list belong.
- Parameters:
namespace- The namespace to which the component types in the list belong.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isAbstract
A Boolean value that specifies whether the component types in the list are abstract.
- Parameters:
isAbstract- A Boolean value that specifies whether the component types in the list are abstract.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-