public static interface UpdateCalculatedAttributeDefinitionRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<UpdateCalculatedAttributeDefinitionRequest.Builder,UpdateCalculatedAttributeDefinitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCalculatedAttributeDefinitionRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.UpdateCalculatedAttributeDefinitionRequest.Builder calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName - The unique name of the calculated attribute.UpdateCalculatedAttributeDefinitionRequest.Builder displayName(String displayName)
The display name of the calculated attribute.
displayName - The display name of the calculated attribute.UpdateCalculatedAttributeDefinitionRequest.Builder description(String description)
The description of the calculated attribute.
description - The description of the calculated attribute.UpdateCalculatedAttributeDefinitionRequest.Builder conditions(Conditions conditions)
The conditions including range, object count, and threshold for the calculated attribute.
conditions - The conditions including range, object count, and threshold for the calculated attribute.default UpdateCalculatedAttributeDefinitionRequest.Builder conditions(Consumer<Conditions.Builder> conditions)
The conditions including range, object count, and threshold for the calculated attribute.
This is a convenience method that creates an instance of theConditions.Builder avoiding the need to
create one manually via Conditions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to conditions(Conditions).
conditions - a consumer that will call methods on Conditions.Builderconditions(Conditions)UpdateCalculatedAttributeDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCalculatedAttributeDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.