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