Interface ObjectTypeKey.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ObjectTypeKey.Builder,ObjectTypeKey>,SdkBuilder<ObjectTypeKey.Builder,ObjectTypeKey>,SdkPojo
- Enclosing class:
- ObjectTypeKey
public static interface ObjectTypeKey.Builder extends SdkPojo, CopyableBuilder<ObjectTypeKey.Builder,ObjectTypeKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectTypeKey.BuilderfieldNames(String... fieldNames)The reference for the key name of the fields map.ObjectTypeKey.BuilderfieldNames(Collection<String> fieldNames)The reference for the key name of the fields map.ObjectTypeKey.BuilderstandardIdentifiers(Collection<StandardIdentifier> standardIdentifiers)The types of keys that a ProfileObject can have.ObjectTypeKey.BuilderstandardIdentifiers(StandardIdentifier... standardIdentifiers)The types of keys that a ProfileObject can have.ObjectTypeKey.BuilderstandardIdentifiersWithStrings(String... standardIdentifiers)The types of keys that a ProfileObject can have.ObjectTypeKey.BuilderstandardIdentifiersWithStrings(Collection<String> standardIdentifiers)The types of keys that a ProfileObject can have.-
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
-
standardIdentifiersWithStrings
ObjectTypeKey.Builder standardIdentifiersWithStrings(Collection<String> standardIdentifiers)
The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.
- Parameters:
standardIdentifiers- The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardIdentifiersWithStrings
ObjectTypeKey.Builder standardIdentifiersWithStrings(String... standardIdentifiers)
The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.
- Parameters:
standardIdentifiers- The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardIdentifiers
ObjectTypeKey.Builder standardIdentifiers(Collection<StandardIdentifier> standardIdentifiers)
The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.
- Parameters:
standardIdentifiers- The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardIdentifiers
ObjectTypeKey.Builder standardIdentifiers(StandardIdentifier... standardIdentifiers)
The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.
- Parameters:
standardIdentifiers- The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldNames
ObjectTypeKey.Builder fieldNames(Collection<String> fieldNames)
The reference for the key name of the fields map.
- Parameters:
fieldNames- The reference for the key name of the fields map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldNames
ObjectTypeKey.Builder fieldNames(String... fieldNames)
The reference for the key name of the fields map.
- Parameters:
fieldNames- The reference for the key name of the fields map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-