Interface ExperimentTemplateTargetInputFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentTemplateTargetInputFilter.Builder,ExperimentTemplateTargetInputFilter>,SdkBuilder<ExperimentTemplateTargetInputFilter.Builder,ExperimentTemplateTargetInputFilter>,SdkPojo
- Enclosing class:
- ExperimentTemplateTargetInputFilter
public static interface ExperimentTemplateTargetInputFilter.Builder extends SdkPojo, CopyableBuilder<ExperimentTemplateTargetInputFilter.Builder,ExperimentTemplateTargetInputFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentTemplateTargetInputFilter.Builderpath(String path)The attribute path for the filter.ExperimentTemplateTargetInputFilter.Buildervalues(String... values)The attribute values for the filter.ExperimentTemplateTargetInputFilter.Buildervalues(Collection<String> values)The attribute values for the filter.-
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
-
path
ExperimentTemplateTargetInputFilter.Builder path(String path)
The attribute path for the filter.
- Parameters:
path- The attribute path for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
ExperimentTemplateTargetInputFilter.Builder values(Collection<String> values)
The attribute values for the filter.
- Parameters:
values- The attribute values for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
ExperimentTemplateTargetInputFilter.Builder values(String... values)
The attribute values for the filter.
- Parameters:
values- The attribute values for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-