Interface CreateStreamSessionAdminShellResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateStreamSessionAdminShellResponse.Builder,,CreateStreamSessionAdminShellResponse> GameLiftStreamsResponse.Builder,SdkBuilder<CreateStreamSessionAdminShellResponse.Builder,,CreateStreamSessionAdminShellResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateStreamSessionAdminShellResponse
@Mutable
@NotThreadSafe
public static interface CreateStreamSessionAdminShellResponse.Builder
extends GameLiftStreamsResponse.Builder, SdkPojo, CopyableBuilder<CreateStreamSessionAdminShellResponse.Builder,CreateStreamSessionAdminShellResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session.An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.tokenValue(String tokenValue) An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gameliftstreams.model.GameLiftStreamsResponse.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
An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session. Use this value with the Amazon Web Services Systems Manager Session Manager plugin.
- Parameters:
sessionId- An Amazon Web Services Systems Manager session identifier that uniquely identifies the requested terminal session. Use this value with the Amazon Web Services Systems Manager Session Manager plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamUrl
An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.
- Parameters:
streamUrl- An Amazon Web Services Systems Manager WebSocket connection endpoint for the requested terminal session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenValue
An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL. This token must be treated with the same level of security as other user credentials. The token value is only valid for establishing a new connection within 60 seconds of generation.
- Parameters:
tokenValue- An Amazon Web Services Systems Manager authentication token that authenticates your access to the session ID and WebSocket URL. This token must be treated with the same level of security as other user credentials. The token value is only valid for establishing a new connection within 60 seconds of generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-