Interface ProviderSchemaAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProviderSchemaAttribute.Builder,
,ProviderSchemaAttribute> SdkBuilder<ProviderSchemaAttribute.Builder,
,ProviderSchemaAttribute> SdkPojo
- Enclosing class:
ProviderSchemaAttribute
-
Method Summary
Modifier and TypeMethodDescriptionThe field name.The hashing attribute of the provider schema.The sub type of the provider schema attribute.The type of the provider schema attribute.type
(SchemaAttributeType type) The type of the provider schema attribute.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
-
fieldName
The field name.
- Parameters:
fieldName
- The field name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the provider schema attribute.
LiveRamp supports:
NAME
|NAME_FIRST
|NAME_MIDDLE
|NAME_LAST
|ADDRESS
|ADDRESS_STREET1
|ADDRESS_STREET2
|ADDRESS_STREET3
|ADDRESS_CITY
|ADDRESS_STATE
|ADDRESS_COUNTRY
|ADDRESS_POSTALCODE
|PHONE
|PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
|PROVIDER_ID
TransUnion supports:
NAME
|NAME_FIRST
|NAME_LAST
|ADDRESS
|ADDRESS_CITY
|ADDRESS_STATE
|ADDRESS_COUNTRY
|ADDRESS_POSTALCODE
|PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
|DATE
|IPV4
|IPV6
|MAID
Unified ID 2.0 supports:
PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
- Parameters:
type
- The type of the provider schema attribute.LiveRamp supports:
NAME
|NAME_FIRST
|NAME_MIDDLE
|NAME_LAST
|ADDRESS
|ADDRESS_STREET1
|ADDRESS_STREET2
|ADDRESS_STREET3
|ADDRESS_CITY
|ADDRESS_STATE
|ADDRESS_COUNTRY
|ADDRESS_POSTALCODE
|PHONE
|PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
|PROVIDER_ID
TransUnion supports:
NAME
|NAME_FIRST
|NAME_LAST
|ADDRESS
|ADDRESS_CITY
|ADDRESS_STATE
|ADDRESS_COUNTRY
|ADDRESS_POSTALCODE
|PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
|DATE
|IPV4
|IPV6
|MAID
Unified ID 2.0 supports:
PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the provider schema attribute.
LiveRamp supports:
NAME
|NAME_FIRST
|NAME_MIDDLE
|NAME_LAST
|ADDRESS
|ADDRESS_STREET1
|ADDRESS_STREET2
|ADDRESS_STREET3
|ADDRESS_CITY
|ADDRESS_STATE
|ADDRESS_COUNTRY
|ADDRESS_POSTALCODE
|PHONE
|PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
|PROVIDER_ID
TransUnion supports:
NAME
|NAME_FIRST
|NAME_LAST
|ADDRESS
|ADDRESS_CITY
|ADDRESS_STATE
|ADDRESS_COUNTRY
|ADDRESS_POSTALCODE
|PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
|DATE
|IPV4
|IPV6
|MAID
Unified ID 2.0 supports:
PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
- Parameters:
type
- The type of the provider schema attribute.LiveRamp supports:
NAME
|NAME_FIRST
|NAME_MIDDLE
|NAME_LAST
|ADDRESS
|ADDRESS_STREET1
|ADDRESS_STREET2
|ADDRESS_STREET3
|ADDRESS_CITY
|ADDRESS_STATE
|ADDRESS_COUNTRY
|ADDRESS_POSTALCODE
|PHONE
|PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
|PROVIDER_ID
TransUnion supports:
NAME
|NAME_FIRST
|NAME_LAST
|ADDRESS
|ADDRESS_CITY
|ADDRESS_STATE
|ADDRESS_COUNTRY
|ADDRESS_POSTALCODE
|PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
|DATE
|IPV4
|IPV6
|MAID
Unified ID 2.0 supports:
PHONE_NUMBER
|EMAIL_ADDRESS
|UNIQUE_ID
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subType
The sub type of the provider schema attribute.
- Parameters:
subType
- The sub type of the provider schema attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hashing
The hashing attribute of the provider schema.
- Parameters:
hashing
- The hashing attribute of the provider schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-