Interface GetSessionEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSessionEndpointResponse.Builder,,GetSessionEndpointResponse> EmrServerlessResponse.Builder,SdkBuilder<GetSessionEndpointResponse.Builder,,GetSessionEndpointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetSessionEndpointResponse
@Mutable
@NotThreadSafe
public static interface GetSessionEndpointResponse.Builder
extends EmrServerlessResponse.Builder, SdkPojo, CopyableBuilder<GetSessionEndpointResponse.Builder,GetSessionEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The output contains the ID of the application.Authentication token for accessing the session endpoint.authTokenExpiresAt(Instant authTokenExpiresAt) The expiration time of the authentication token.The endpoint URL for connecting to 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 ID of the application.
- Parameters:
applicationId- The output contains the ID of the application.- 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.
-
endpoint
The endpoint URL for connecting to the session.
- Parameters:
endpoint- The endpoint URL for connecting to the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authToken
Authentication token for accessing the session endpoint.
- Parameters:
authToken- Authentication token for accessing the session endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authTokenExpiresAt
The expiration time of the authentication token.
- Parameters:
authTokenExpiresAt- The expiration time of the authentication token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-