@Generated(value="software.amazon.awssdk:codegen") public final class StartCalculationExecutionRequest extends AthenaRequest implements ToCopyableBuilder<StartCalculationExecutionRequest.Builder,StartCalculationExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartCalculationExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartCalculationExecutionRequest.Builder |
builder() |
CalculationConfiguration |
calculationConfiguration()
Deprecated.
Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828
|
String |
clientRequestToken()
A unique case-sensitive string used to ensure the request to create the calculation is idempotent (executes only
once).
|
String |
codeBlock()
A string that contains the code of the calculation.
|
String |
description()
A description of the calculation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartCalculationExecutionRequest.Builder> |
serializableBuilderClass() |
String |
sessionId()
The session ID.
|
StartCalculationExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sessionId()
The session ID.
public final String description()
A description of the calculation.
@Deprecated public final CalculationConfiguration calculationConfiguration()
Contains configuration information for the calculation.
public final String codeBlock()
A string that contains the code of the calculation.
public final 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.
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.
public StartCalculationExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartCalculationExecutionRequest.Builder,StartCalculationExecutionRequest>toBuilder in class AthenaRequestpublic static StartCalculationExecutionRequest.Builder builder()
public static Class<? extends StartCalculationExecutionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.