Interface GetCalculationExecutionCodeResponse.Builder
-
- All Superinterfaces:
AthenaResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetCalculationExecutionCodeResponse.Builder,GetCalculationExecutionCodeResponse>,SdkBuilder<GetCalculationExecutionCodeResponse.Builder,GetCalculationExecutionCodeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetCalculationExecutionCodeResponse
public static interface GetCalculationExecutionCodeResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetCalculationExecutionCodeResponse.Builder,GetCalculationExecutionCodeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCalculationExecutionCodeResponse.BuildercodeBlock(String codeBlock)The unencrypted code that was executed for the calculation.-
Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
codeBlock
GetCalculationExecutionCodeResponse.Builder codeBlock(String codeBlock)
The unencrypted code that was executed for the calculation.
- Parameters:
codeBlock- The unencrypted code that was executed for the calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-