Interface ImplicitFilterConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImplicitFilterConfiguration.Builder,,ImplicitFilterConfiguration> SdkBuilder<ImplicitFilterConfiguration.Builder,,ImplicitFilterConfiguration> SdkPojo
- Enclosing class:
- ImplicitFilterConfiguration
@Mutable
@NotThreadSafe
public static interface ImplicitFilterConfiguration.Builder
extends SdkPojo, CopyableBuilder<ImplicitFilterConfiguration.Builder,ImplicitFilterConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmetadataAttributes(Collection<MetadataAttributeSchema> metadataAttributes) Metadata that can be used in a filter.metadataAttributes(Consumer<MetadataAttributeSchema.Builder>... metadataAttributes) Metadata that can be used in a filter.metadataAttributes(MetadataAttributeSchema... metadataAttributes) Metadata that can be used in a filter.The model that generates the filter.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
-
metadataAttributes
ImplicitFilterConfiguration.Builder metadataAttributes(Collection<MetadataAttributeSchema> metadataAttributes) Metadata that can be used in a filter.
- Parameters:
metadataAttributes- Metadata that can be used in a filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataAttributes
ImplicitFilterConfiguration.Builder metadataAttributes(MetadataAttributeSchema... metadataAttributes) Metadata that can be used in a filter.
- Parameters:
metadataAttributes- Metadata that can be used in a filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataAttributes
ImplicitFilterConfiguration.Builder metadataAttributes(Consumer<MetadataAttributeSchema.Builder>... metadataAttributes) Metadata that can be used in a filter.
This is a convenience method that creates an instance of theMetadataAttributeSchema.Builderavoiding the need to create one manually viaMetadataAttributeSchema.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadataAttributes(List<MetadataAttributeSchema>).- Parameters:
metadataAttributes- a consumer that will call methods onMetadataAttributeSchema.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelArn
The model that generates the filter.
- Parameters:
modelArn- The model that generates the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-