Class StartCalculationExecutionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.athena.model.AthenaRequest
-
- software.amazon.awssdk.services.athena.model.StartCalculationExecutionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartCalculationExecutionRequest.Builder,StartCalculationExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartCalculationExecutionRequest extends AthenaRequest implements ToCopyableBuilder<StartCalculationExecutionRequest.Builder,StartCalculationExecutionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartCalculationExecutionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StartCalculationExecutionRequest.Builderbuilder()CalculationConfigurationcalculationConfiguration()Deprecated.Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828StringclientRequestToken()A unique case-sensitive string used to ensure the request to create the calculation is idempotent (executes only once).StringcodeBlock()A string that contains the code of the calculation.Stringdescription()A description of the calculation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StartCalculationExecutionRequest.Builder>serializableBuilderClass()StringsessionId()The session ID.StartCalculationExecutionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sessionId
public final String sessionId()
The session ID.
- Returns:
- The session ID.
-
description
public final String description()
A description of the calculation.
- Returns:
- A description of the calculation.
-
calculationConfiguration
@Deprecated public final CalculationConfiguration calculationConfiguration()
Deprecated.Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828Contains configuration information for the calculation.
- Returns:
- Contains configuration information for the calculation.
-
codeBlock
public final String codeBlock()
A string that contains the code of the calculation. Use this parameter instead of CalculationConfiguration$CodeBlock, which is deprecated.
- Returns:
- A string that contains the code of the calculation. Use this parameter instead of CalculationConfiguration$CodeBlock, which is deprecated.
-
clientRequestToken
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
StartCalculationExecutionRequestis 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.
- Returns:
- A unique case-sensitive string used to ensure the request to create the calculation is idempotent
(executes only once). If another
StartCalculationExecutionRequestis 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.
-
toBuilder
public StartCalculationExecutionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartCalculationExecutionRequest.Builder,StartCalculationExecutionRequest>- Specified by:
toBuilderin classAthenaRequest
-
builder
public static StartCalculationExecutionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartCalculationExecutionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-