Interface DetectedProfileObjectType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DetectedProfileObjectType.Builder,DetectedProfileObjectType>,SdkBuilder<DetectedProfileObjectType.Builder,DetectedProfileObjectType>,SdkPojo
- Enclosing class:
- DetectedProfileObjectType
public static interface DetectedProfileObjectType.Builder extends SdkPojo, CopyableBuilder<DetectedProfileObjectType.Builder,DetectedProfileObjectType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetectedProfileObjectType.Builderfields(Map<String,ObjectTypeField> fields)A map of the name and theObjectTypefield.DetectedProfileObjectType.Builderkeys(Map<String,? extends Collection<ObjectTypeKey>> keys)A list of unique keys that can be used to map data to a profile.DetectedProfileObjectType.BuildersourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)The format ofsourceLastUpdatedTimestampthat was detected in fields.-
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
-
sourceLastUpdatedTimestampFormat
DetectedProfileObjectType.Builder sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of
sourceLastUpdatedTimestampthat was detected in fields.- Parameters:
sourceLastUpdatedTimestampFormat- The format ofsourceLastUpdatedTimestampthat was detected in fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
DetectedProfileObjectType.Builder fields(Map<String,ObjectTypeField> fields)
A map of the name and the
ObjectTypefield.- Parameters:
fields- A map of the name and theObjectTypefield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keys
DetectedProfileObjectType.Builder keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to a profile.
- Parameters:
keys- A list of unique keys that can be used to map data to a profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-