Interface PromptSearchFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PromptSearchFilter.Builder,PromptSearchFilter>,SdkBuilder<PromptSearchFilter.Builder,PromptSearchFilter>,SdkPojo
- Enclosing class:
- PromptSearchFilter
public static interface PromptSearchFilter.Builder extends SdkPojo, CopyableBuilder<PromptSearchFilter.Builder,PromptSearchFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PromptSearchFilter.BuildertagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)Sets the value of the TagFilter property for this object.PromptSearchFilter.BuildertagFilter(ControlPlaneTagFilter tagFilter)Sets the value of the TagFilter property for this object.-
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
-
tagFilter
PromptSearchFilter.Builder tagFilter(ControlPlaneTagFilter tagFilter)
Sets the value of the TagFilter property for this object.- Parameters:
tagFilter- The new value for the TagFilter property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagFilter
default PromptSearchFilter.Builder tagFilter(Consumer<ControlPlaneTagFilter.Builder> tagFilter)
Sets the value of the TagFilter property for this object. This is a convenience method that creates an instance of theControlPlaneTagFilter.Builderavoiding the need to create one manually viaControlPlaneTagFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totagFilter(ControlPlaneTagFilter).- Parameters:
tagFilter- a consumer that will call methods onControlPlaneTagFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tagFilter(ControlPlaneTagFilter)
-
-