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