Interface BatchGetCalculatedAttributeForProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetCalculatedAttributeForProfileResponse.Builder,
,BatchGetCalculatedAttributeForProfileResponse> CustomerProfilesResponse.Builder
,SdkBuilder<BatchGetCalculatedAttributeForProfileResponse.Builder,
,BatchGetCalculatedAttributeForProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchGetCalculatedAttributeForProfileResponse
-
Method Summary
Modifier and TypeMethodDescriptioncalculatedAttributeValues
(Collection<CalculatedAttributeValue> calculatedAttributeValues) List of calculated attribute values retrieved.calculatedAttributeValues
(Consumer<CalculatedAttributeValue.Builder>... calculatedAttributeValues) List of calculated attribute values retrieved.calculatedAttributeValues
(CalculatedAttributeValue... calculatedAttributeValues) List of calculated attribute values retrieved.conditionOverrides
(Consumer<ConditionOverrides.Builder> conditionOverrides) Overrides the condition block within the original calculated attribute definition.conditionOverrides
(ConditionOverrides conditionOverrides) Overrides the condition block within the original calculated attribute definition.List of errors for calculated attribute values that could not be retrieved.List of errors for calculated attribute values that could not be retrieved.errors
(BatchGetCalculatedAttributeForProfileError... errors) List of errors for calculated attribute values that could not be retrieved.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
-
errors
BatchGetCalculatedAttributeForProfileResponse.Builder errors(Collection<BatchGetCalculatedAttributeForProfileError> errors) List of errors for calculated attribute values that could not be retrieved.
- Parameters:
errors
- List of errors for calculated attribute values that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchGetCalculatedAttributeForProfileResponse.Builder errors(BatchGetCalculatedAttributeForProfileError... errors) List of errors for calculated attribute values that could not be retrieved.
- Parameters:
errors
- List of errors for calculated attribute values that could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchGetCalculatedAttributeForProfileResponse.Builder errors(Consumer<BatchGetCalculatedAttributeForProfileError.Builder>... errors) List of errors for calculated attribute values that could not be retrieved.
This is a convenience method that creates an instance of theBatchGetCalculatedAttributeForProfileError.Builder
avoiding the need to create one manually viaBatchGetCalculatedAttributeForProfileError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrors(List<BatchGetCalculatedAttributeForProfileError>)
.- Parameters:
errors
- a consumer that will call methods onBatchGetCalculatedAttributeForProfileError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
calculatedAttributeValues
BatchGetCalculatedAttributeForProfileResponse.Builder calculatedAttributeValues(Collection<CalculatedAttributeValue> calculatedAttributeValues) List of calculated attribute values retrieved.
- Parameters:
calculatedAttributeValues
- List of calculated attribute values retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
calculatedAttributeValues
BatchGetCalculatedAttributeForProfileResponse.Builder calculatedAttributeValues(CalculatedAttributeValue... calculatedAttributeValues) List of calculated attribute values retrieved.
- Parameters:
calculatedAttributeValues
- List of calculated attribute values retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
calculatedAttributeValues
BatchGetCalculatedAttributeForProfileResponse.Builder calculatedAttributeValues(Consumer<CalculatedAttributeValue.Builder>... calculatedAttributeValues) List of calculated attribute values retrieved.
This is a convenience method that creates an instance of theCalculatedAttributeValue.Builder
avoiding the need to create one manually viaCalculatedAttributeValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocalculatedAttributeValues(List<CalculatedAttributeValue>)
.- Parameters:
calculatedAttributeValues
- a consumer that will call methods onCalculatedAttributeValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conditionOverrides
BatchGetCalculatedAttributeForProfileResponse.Builder conditionOverrides(ConditionOverrides conditionOverrides) Overrides the condition block within the original calculated attribute definition.
- Parameters:
conditionOverrides
- Overrides the condition block within the original calculated attribute definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionOverrides
default BatchGetCalculatedAttributeForProfileResponse.Builder conditionOverrides(Consumer<ConditionOverrides.Builder> conditionOverrides) Overrides the condition block within the original calculated attribute definition.
This is a convenience method that creates an instance of theConditionOverrides.Builder
avoiding the need to create one manually viaConditionOverrides.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconditionOverrides(ConditionOverrides)
.- Parameters:
conditionOverrides
- a consumer that will call methods onConditionOverrides.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-