Interface BatchGetCalculatedAttributeForProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchGetCalculatedAttributeForProfileResponse.Builder,BatchGetCalculatedAttributeForProfileResponse>,CustomerProfilesResponse.Builder,SdkBuilder<BatchGetCalculatedAttributeForProfileResponse.Builder,BatchGetCalculatedAttributeForProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- BatchGetCalculatedAttributeForProfileResponse
public static interface BatchGetCalculatedAttributeForProfileResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<BatchGetCalculatedAttributeForProfileResponse.Builder,BatchGetCalculatedAttributeForProfileResponse>
-
-
Method Summary
-
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 Detail
-
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.Builderavoiding the need to create one manually viaBatchGetCalculatedAttributeForProfileError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - 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:
#errors(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaCalculatedAttributeValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#calculatedAttributeValues(List.) - 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:
#calculatedAttributeValues(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaConditionOverrides.builder().When the
Consumercompletes,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:
conditionOverrides(ConditionOverrides)
-
-