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 Details

    • 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

      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.