Interface ModelMetadataFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelMetadataFilter.Builder,ModelMetadataFilter>,SdkBuilder<ModelMetadataFilter.Builder,ModelMetadataFilter>,SdkPojo
- Enclosing class:
- ModelMetadataFilter
public static interface ModelMetadataFilter.Builder extends SdkPojo, CopyableBuilder<ModelMetadataFilter.Builder,ModelMetadataFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelMetadataFilter.Buildername(String name)The name of the of the model to filter by.ModelMetadataFilter.Buildername(ModelMetadataFilterType name)The name of the of the model to filter by.ModelMetadataFilter.Buildervalue(String value)The value to filter the model metadata.-
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
-
name
ModelMetadataFilter.Builder name(String name)
The name of the of the model to filter by.
- Parameters:
name- The name of the of the model to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelMetadataFilterType,ModelMetadataFilterType
-
name
ModelMetadataFilter.Builder name(ModelMetadataFilterType name)
The name of the of the model to filter by.
- Parameters:
name- The name of the of the model to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelMetadataFilterType,ModelMetadataFilterType
-
value
ModelMetadataFilter.Builder value(String value)
The value to filter the model metadata.
- Parameters:
value- The value to filter the model metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-