Interface RelatedItemTypeFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RelatedItemTypeFilter.Builder,RelatedItemTypeFilter>,SdkBuilder<RelatedItemTypeFilter.Builder,RelatedItemTypeFilter>,SdkPojo
- Enclosing class:
- RelatedItemTypeFilter
public static interface RelatedItemTypeFilter.Builder extends SdkPojo, CopyableBuilder<RelatedItemTypeFilter.Builder,RelatedItemTypeFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RelatedItemTypeFilter.Buildercomment(Consumer<CommentFilter.Builder> comment)A filter for related items of typeComment.RelatedItemTypeFilter.Buildercomment(CommentFilter comment)A filter for related items of typeComment.default RelatedItemTypeFilter.Buildercontact(Consumer<ContactFilter.Builder> contact)A filter for related items of typeContact.RelatedItemTypeFilter.Buildercontact(ContactFilter contact)A filter for related items of typeContact.default RelatedItemTypeFilter.Builderfile(Consumer<FileFilter.Builder> file)A filter for related items of this type ofFile.RelatedItemTypeFilter.Builderfile(FileFilter file)A filter for related items of this type ofFile.-
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
-
comment
RelatedItemTypeFilter.Builder comment(CommentFilter comment)
A filter for related items of type
Comment.- Parameters:
comment- A filter for related items of typeComment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
default RelatedItemTypeFilter.Builder comment(Consumer<CommentFilter.Builder> comment)
A filter for related items of type
This is a convenience method that creates an instance of theComment.CommentFilter.Builderavoiding the need to create one manually viaCommentFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomment(CommentFilter).- Parameters:
comment- a consumer that will call methods onCommentFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
comment(CommentFilter)
-
contact
RelatedItemTypeFilter.Builder contact(ContactFilter contact)
A filter for related items of type
Contact.- Parameters:
contact- A filter for related items of typeContact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contact
default RelatedItemTypeFilter.Builder contact(Consumer<ContactFilter.Builder> contact)
A filter for related items of type
This is a convenience method that creates an instance of theContact.ContactFilter.Builderavoiding the need to create one manually viaContactFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontact(ContactFilter).- Parameters:
contact- a consumer that will call methods onContactFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
contact(ContactFilter)
-
file
RelatedItemTypeFilter.Builder file(FileFilter file)
A filter for related items of this type of
File.- Parameters:
file- A filter for related items of this type ofFile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
file
default RelatedItemTypeFilter.Builder file(Consumer<FileFilter.Builder> file)
A filter for related items of this type of
This is a convenience method that creates an instance of theFile.FileFilter.Builderavoiding the need to create one manually viaFileFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofile(FileFilter).- Parameters:
file- a consumer that will call methods onFileFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
file(FileFilter)
-
-