Interface StartSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartSessionResponse.Builder,,StartSessionResponse> EmrServerlessResponse.Builder,SdkBuilder<StartSessionResponse.Builder,,StartSessionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartSessionResponse
@Mutable
@NotThreadSafe
public static interface StartSessionResponse.Builder
extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<StartSessionResponse.Builder,StartSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The output contains the application ID on which the session was started.The output contains the ARN of the session.The output contains the ID of the 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 started.
- Parameters:
applicationId- The output contains the application ID on which the session was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The output contains the ID of the session.
- Parameters:
sessionId- The output contains the ID of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The output contains the ARN of the session.
- Parameters:
arn- The output contains the ARN of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-