Interface StopSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopSessionRequest.Builder,StopSessionRequest>,GlueRequest.Builder,SdkBuilder<StopSessionRequest.Builder,StopSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopSessionRequest
public static interface StopSessionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<StopSessionRequest.Builder,StopSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopSessionRequest.Builderid(String id)The ID of the session to be stopped.StopSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopSessionRequest.BuilderrequestOrigin(String requestOrigin)The origin of the request.-
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, sdkFields
-
-
-
-
Method Detail
-
id
StopSessionRequest.Builder id(String id)
The ID of the session to be stopped.
- Parameters:
id- The ID of the session to be stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestOrigin
StopSessionRequest.Builder requestOrigin(String requestOrigin)
The origin of the request.
- Parameters:
requestOrigin- The origin of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-