Interface ListComponentTypesFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>,SdkBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>,SdkPojo
- Enclosing class:
- ListComponentTypesFilter
public static interface ListComponentTypesFilter.Builder extends SdkPojo, CopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListComponentTypesFilter.BuilderextendsFrom(String extendsFrom)The component type that the component types in the list extend.ListComponentTypesFilter.BuilderisAbstract(Boolean isAbstract)A Boolean value that specifies whether the component types in the list are abstract.ListComponentTypesFilter.Buildernamespace(String namespace)The namespace to which the component types in the list belong.-
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
-
extendsFrom
ListComponentTypesFilter.Builder extendsFrom(String 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
ListComponentTypesFilter.Builder namespace(String 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
ListComponentTypesFilter.Builder isAbstract(Boolean 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.
-
-