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.-
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)
-
-