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