Interface ProviderSchemaAttribute.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProviderSchemaAttribute.Builder,,- ProviderSchemaAttribute> - SdkBuilder<ProviderSchemaAttribute.Builder,,- ProviderSchemaAttribute> - SdkPojo
- Enclosing class:
- ProviderSchemaAttribute
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fieldNameThe field name. - Parameters:
- fieldName- The field name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe 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_IDTransUnion supports: NAME|NAME_FIRST|NAME_LAST|ADDRESS|ADDRESS_CITY|ADDRESS_STATE|ADDRESS_COUNTRY|ADDRESS_POSTALCODE|PHONE_NUMBER|EMAIL_ADDRESS|UNIQUE_ID|DATE|IPV4|IPV6|MAIDUnified 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:
 
- 
typeThe 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_IDTransUnion supports: NAME|NAME_FIRST|NAME_LAST|ADDRESS|ADDRESS_CITY|ADDRESS_STATE|ADDRESS_COUNTRY|ADDRESS_POSTALCODE|PHONE_NUMBER|EMAIL_ADDRESS|UNIQUE_ID|DATE|IPV4|IPV6|MAIDUnified 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:
 
- 
subTypeThe 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.
 
- 
hashingThe 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.
 
 
-