public static interface StartCalculationExecutionRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<StartCalculationExecutionRequest.Builder,StartCalculationExecutionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartCalculationExecutionRequest.Builder sessionId(String sessionId)
The session ID.
sessionId - The session ID.StartCalculationExecutionRequest.Builder description(String description)
A description of the calculation.
description - A description of the calculation.@Deprecated StartCalculationExecutionRequest.Builder calculationConfiguration(CalculationConfiguration calculationConfiguration)
Contains configuration information for the calculation.
calculationConfiguration - Contains configuration information for the calculation.@Deprecated default StartCalculationExecutionRequest.Builder calculationConfiguration(Consumer<CalculationConfiguration.Builder> calculationConfiguration)
Contains configuration information for the calculation.
This is a convenience method that creates an instance of theCalculationConfiguration.Builder
avoiding the need to create one manually via CalculationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to calculationConfiguration(CalculationConfiguration).
calculationConfiguration - a consumer that will call methods on CalculationConfiguration.BuildercalculationConfiguration(CalculationConfiguration)StartCalculationExecutionRequest.Builder codeBlock(String codeBlock)
A string that contains the code of the calculation.
codeBlock - A string that contains the code of the calculation.StartCalculationExecutionRequest.Builder clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the calculation is idempotent (executes
only once). If another StartCalculationExecutionRequest is received, the same response is
returned and another calculation is not created. If a parameter has changed, an error is returned.
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for users. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
clientRequestToken - A unique case-sensitive string used to ensure the request to create the calculation is idempotent
(executes only once). If another StartCalculationExecutionRequest is received, the same
response is returned and another calculation is not created. If a parameter has changed, an error is
returned. This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for users. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
StartCalculationExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartCalculationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.