Interface StartSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartSessionResponse.Builder,,StartSessionResponse> SageMakerResponse.Builder,SdkBuilder<StartSessionResponse.Builder,,StartSessionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartSessionResponse
@Mutable
@NotThreadSafe
public static interface StartSessionResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<StartSessionResponse.Builder,StartSessionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the established remote connection session.A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.tokenValue(String tokenValue) An encrypted token value containing session and caller information.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.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
-
sessionId
A unique identifier for the established remote connection session.
- Parameters:
sessionId- A unique identifier for the established remote connection session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamUrl
A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.
- Parameters:
streamUrl- A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenValue
An encrypted token value containing session and caller information.
- Parameters:
tokenValue- An encrypted token value containing session and caller information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-