Interface GetProfileHistoryRecordResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetProfileHistoryRecordResponse.Builder,
,GetProfileHistoryRecordResponse> CustomerProfilesResponse.Builder
,SdkBuilder<GetProfileHistoryRecordResponse.Builder,
,GetProfileHistoryRecordResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetProfileHistoryRecordResponse
@Mutable
@NotThreadSafe
public static interface GetProfileHistoryRecordResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetProfileHistoryRecordResponse.Builder,GetProfileHistoryRecordResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactionType
(String actionType) The action type of the profile history record.actionType
(ActionType actionType) The action type of the profile history record.A string containing the customer profile, profile object, or profile key content.The timestamp of when the profile history record was created.The unique identifier of the profile history record.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of when the profile history record was last updated.objectTypeName
(String objectTypeName) The name of the profile object type.performedBy
(String performedBy) The Amazon Resource Name (ARN) of the person or service principal who performed the action.profileObjectUniqueKey
(String profileObjectUniqueKey) The unique identifier of the profile object generated by the service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The unique identifier of the profile history record.
- Parameters:
id
- The unique identifier of the profile history record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectTypeName
The name of the profile object type.
- Parameters:
objectTypeName
- The name of the profile object type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the profile history record was created.
- Parameters:
createdAt
- The timestamp of when the profile history record was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp of when the profile history record was last updated.
- Parameters:
lastUpdatedAt
- The timestamp of when the profile history record was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionType
The action type of the profile history record.
- Parameters:
actionType
- The action type of the profile history record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
actionType
The action type of the profile history record.
- Parameters:
actionType
- The action type of the profile history record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profileObjectUniqueKey
The unique identifier of the profile object generated by the service.
- Parameters:
profileObjectUniqueKey
- The unique identifier of the profile object generated by the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
A string containing the customer profile, profile object, or profile key content.
- Parameters:
content
- A string containing the customer profile, profile object, or profile key content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
performedBy
The Amazon Resource Name (ARN) of the person or service principal who performed the action.
- Parameters:
performedBy
- The Amazon Resource Name (ARN) of the person or service principal who performed the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-