Interface FoundByKeyValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FoundByKeyValue.Builder,
,FoundByKeyValue> SdkBuilder<FoundByKeyValue.Builder,
,FoundByKeyValue> SdkPojo
- Enclosing class:
FoundByKeyValue
@Mutable
@NotThreadSafe
public static interface FoundByKeyValue.Builder
extends SdkPojo, CopyableBuilder<FoundByKeyValue.Builder,FoundByKeyValue>
-
Method Summary
Modifier and TypeMethodDescriptionA searchable identifier of a customer profile.A list of key values.values
(Collection<String> values) A list of key values.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, sdkFieldNameToField, sdkFields
-
Method Details
-
keyName
A searchable identifier of a customer profile.
- Parameters:
keyName
- A searchable identifier of a customer profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of key values.
- Parameters:
values
- A list of key values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
A list of key values.
- Parameters:
values
- A list of key values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-