Interface GetSessionEndpointResponse.Builder
- All Superinterfaces:
AthenaResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetSessionEndpointResponse.Builder,,GetSessionEndpointResponse> SdkBuilder<GetSessionEndpointResponse.Builder,,GetSessionEndpointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetSessionEndpointResponse
@Mutable
@NotThreadSafe
public static interface GetSessionEndpointResponse.Builder
extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetSessionEndpointResponse.Builder,GetSessionEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAuthentication token for the connectionauthTokenExpirationTime(Instant authTokenExpirationTime) Expiration time of the auth token.endpointUrl(String endpointUrl) The endpoint for connecting to the session.Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
endpointUrl
The endpoint for connecting to the session.
- Parameters:
endpointUrl- The endpoint for connecting to the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authToken
Authentication token for the connection
- Parameters:
authToken- Authentication token for the connection- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authTokenExpirationTime
Expiration time of the auth token.
- Parameters:
authTokenExpirationTime- Expiration time of the auth token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-