Interface CategoryInnerFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CategoryInnerFilter.Builder,CategoryInnerFilter>,SdkBuilder<CategoryInnerFilter.Builder,CategoryInnerFilter>,SdkPojo
- Enclosing class:
- CategoryInnerFilter
@Mutable @NotThreadSafe public static interface CategoryInnerFilter.Builder extends SdkPojo, CopyableBuilder<CategoryInnerFilter.Builder,CategoryInnerFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CategoryInnerFilter.Buildercolumn(Consumer<ColumnIdentifier.Builder> column)Sets the value of the Column property for this object.CategoryInnerFilter.Buildercolumn(ColumnIdentifier column)Sets the value of the Column property for this object.default CategoryInnerFilter.Builderconfiguration(Consumer<CategoryFilterConfiguration.Builder> configuration)Sets the value of the Configuration property for this object.CategoryInnerFilter.Builderconfiguration(CategoryFilterConfiguration configuration)Sets the value of the Configuration property for this object.default CategoryInnerFilter.BuilderdefaultFilterControlConfiguration(Consumer<DefaultFilterControlConfiguration.Builder> defaultFilterControlConfiguration)Sets the value of the DefaultFilterControlConfiguration property for this object.CategoryInnerFilter.BuilderdefaultFilterControlConfiguration(DefaultFilterControlConfiguration defaultFilterControlConfiguration)Sets the value of the DefaultFilterControlConfiguration property for this object.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
column
CategoryInnerFilter.Builder column(ColumnIdentifier column)
Sets the value of the Column property for this object.- Parameters:
column- The new value for the Column property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
default CategoryInnerFilter.Builder column(Consumer<ColumnIdentifier.Builder> column)
Sets the value of the Column property for this object. This is a convenience method that creates an instance of theColumnIdentifier.Builderavoiding the need to create one manually viaColumnIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumn(ColumnIdentifier).- Parameters:
column- a consumer that will call methods onColumnIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
column(ColumnIdentifier)
-
configuration
CategoryInnerFilter.Builder configuration(CategoryFilterConfiguration configuration)
Sets the value of the Configuration property for this object.- Parameters:
configuration- The new value for the Configuration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default CategoryInnerFilter.Builder configuration(Consumer<CategoryFilterConfiguration.Builder> configuration)
Sets the value of the Configuration property for this object. This is a convenience method that creates an instance of theCategoryFilterConfiguration.Builderavoiding the need to create one manually viaCategoryFilterConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(CategoryFilterConfiguration).- Parameters:
configuration- a consumer that will call methods onCategoryFilterConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(CategoryFilterConfiguration)
-
defaultFilterControlConfiguration
CategoryInnerFilter.Builder defaultFilterControlConfiguration(DefaultFilterControlConfiguration defaultFilterControlConfiguration)
Sets the value of the DefaultFilterControlConfiguration property for this object.- Parameters:
defaultFilterControlConfiguration- The new value for the DefaultFilterControlConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultFilterControlConfiguration
default CategoryInnerFilter.Builder defaultFilterControlConfiguration(Consumer<DefaultFilterControlConfiguration.Builder> defaultFilterControlConfiguration)
Sets the value of the DefaultFilterControlConfiguration property for this object. This is a convenience method that creates an instance of theDefaultFilterControlConfiguration.Builderavoiding the need to create one manually viaDefaultFilterControlConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultFilterControlConfiguration(DefaultFilterControlConfiguration).- Parameters:
defaultFilterControlConfiguration- a consumer that will call methods onDefaultFilterControlConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
defaultFilterControlConfiguration(DefaultFilterControlConfiguration)
-
-