Interface TerminateSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<TerminateSessionResponse.Builder,,TerminateSessionResponse> EmrServerlessResponse.Builder,SdkBuilder<TerminateSessionResponse.Builder,,TerminateSessionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
TerminateSessionResponse
@Mutable
@NotThreadSafe
public static interface TerminateSessionResponse.Builder
extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<TerminateSessionResponse.Builder,TerminateSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The output contains the application ID on which the session was terminated.The output contains the ID of the terminated session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emrserverless.model.EmrServerlessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationId
The output contains the application ID on which the session was terminated.
- Parameters:
applicationId- The output contains the application ID on which the session was terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The output contains the ID of the terminated session.
- Parameters:
sessionId- The output contains the ID of the terminated session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-