Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.BatchGetCalculatedAttributeForProfileError.Builder
-
Packages that use BatchGetCalculatedAttributeForProfileError.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of BatchGetCalculatedAttributeForProfileError.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return BatchGetCalculatedAttributeForProfileError.Builder Modifier and Type Method Description static BatchGetCalculatedAttributeForProfileError.BuilderBatchGetCalculatedAttributeForProfileError. builder()BatchGetCalculatedAttributeForProfileError.BuilderBatchGetCalculatedAttributeForProfileError.Builder. code(String code)Status code for why a specific profile and calculated attribute failed.BatchGetCalculatedAttributeForProfileError.BuilderBatchGetCalculatedAttributeForProfileError.Builder. message(String message)Message describing why a specific profile and calculated attribute failed.BatchGetCalculatedAttributeForProfileError.BuilderBatchGetCalculatedAttributeForProfileError.Builder. profileId(String profileId)The profile id that failed.BatchGetCalculatedAttributeForProfileError.BuilderBatchGetCalculatedAttributeForProfileError. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type BatchGetCalculatedAttributeForProfileError.Builder Modifier and Type Method Description static Class<? extends BatchGetCalculatedAttributeForProfileError.Builder>BatchGetCalculatedAttributeForProfileError. serializableBuilderClass()
-