Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.BatchGetCalculatedAttributeForProfileRequest.Builder
-
Packages that use BatchGetCalculatedAttributeForProfileRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of BatchGetCalculatedAttributeForProfileRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type BatchGetCalculatedAttributeForProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetCalculatedAttributeForProfileResponse>CustomerProfilesAsyncClient. batchGetCalculatedAttributeForProfile(Consumer<BatchGetCalculatedAttributeForProfileRequest.Builder> batchGetCalculatedAttributeForProfileRequest)Fetch the possible attribute values given the attribute name.default BatchGetCalculatedAttributeForProfileResponseCustomerProfilesClient. batchGetCalculatedAttributeForProfile(Consumer<BatchGetCalculatedAttributeForProfileRequest.Builder> batchGetCalculatedAttributeForProfileRequest)Fetch the possible attribute values given the attribute name. -
Uses of BatchGetCalculatedAttributeForProfileRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return BatchGetCalculatedAttributeForProfileRequest.Builder Modifier and Type Method Description static BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest. builder()BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest.Builder. calculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.default BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest.Builder. conditionOverrides(Consumer<ConditionOverrides.Builder> conditionOverrides)Overrides the condition block within the original calculated attribute definition.BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest.Builder. conditionOverrides(ConditionOverrides conditionOverrides)Overrides the condition block within the original calculated attribute definition.BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest.Builder. domainName(String domainName)The unique name of the domain.BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest.Builder. profileIds(String... profileIds)List of unique identifiers for customer profiles to retrieve.BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest.Builder. profileIds(Collection<String> profileIds)List of unique identifiers for customer profiles to retrieve.BatchGetCalculatedAttributeForProfileRequest.BuilderBatchGetCalculatedAttributeForProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type BatchGetCalculatedAttributeForProfileRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetCalculatedAttributeForProfileRequest.Builder>BatchGetCalculatedAttributeForProfileRequest. serializableBuilderClass()
-