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