Interface GetCalculatedAttributeForProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCalculatedAttributeForProfileResponse.Builder,GetCalculatedAttributeForProfileResponse>,CustomerProfilesResponse.Builder,SdkBuilder<GetCalculatedAttributeForProfileResponse.Builder,GetCalculatedAttributeForProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCalculatedAttributeForProfileResponse
public static interface GetCalculatedAttributeForProfileResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetCalculatedAttributeForProfileResponse.Builder,GetCalculatedAttributeForProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCalculatedAttributeForProfileResponse.BuildercalculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.GetCalculatedAttributeForProfileResponse.BuilderdisplayName(String displayName)The display name of the calculated attribute.GetCalculatedAttributeForProfileResponse.BuilderisDataPartial(String isDataPartial)Indicates whether the calculated attribute’s value is based on partial data.GetCalculatedAttributeForProfileResponse.Buildervalue(String value)The value of the calculated attribute.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
calculatedAttributeName
GetCalculatedAttributeForProfileResponse.Builder calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
- Parameters:
calculatedAttributeName- The unique name of the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
GetCalculatedAttributeForProfileResponse.Builder displayName(String displayName)
The display name of the calculated attribute.
- Parameters:
displayName- The display name of the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDataPartial
GetCalculatedAttributeForProfileResponse.Builder isDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
- Parameters:
isDataPartial- Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
GetCalculatedAttributeForProfileResponse.Builder value(String value)
The value of the calculated attribute.
- Parameters:
value- The value of the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-