Interface CancelStatementRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CancelStatementRequest.Builder,CancelStatementRequest>,GlueRequest.Builder,SdkBuilder<CancelStatementRequest.Builder,CancelStatementRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CancelStatementRequest
public static interface CancelStatementRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CancelStatementRequest.Builder,CancelStatementRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelStatementRequest.Builderid(Integer id)The ID of the statement to be cancelled.CancelStatementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelStatementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelStatementRequest.BuilderrequestOrigin(String requestOrigin)The origin of the request to cancel the statement.CancelStatementRequest.BuildersessionId(String sessionId)The Session ID of the statement to be cancelled.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sessionId
CancelStatementRequest.Builder sessionId(String sessionId)
The Session ID of the statement to be cancelled.
- Parameters:
sessionId- The Session ID of the statement to be cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CancelStatementRequest.Builder id(Integer id)
The ID of the statement to be cancelled.
- Parameters:
id- The ID of the statement to be cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestOrigin
CancelStatementRequest.Builder requestOrigin(String requestOrigin)
The origin of the request to cancel the statement.
- Parameters:
requestOrigin- The origin of the request to cancel the statement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CancelStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-