Interface SessionEndpoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionEndpoint.Builder,,SessionEndpoint> SdkBuilder<SessionEndpoint.Builder,,SessionEndpoint> SdkPojo
- Enclosing class:
SessionEndpoint
@Mutable
@NotThreadSafe
public static interface SessionEndpoint.Builder
extends SdkPojo, CopyableBuilder<SessionEndpoint.Builder,SessionEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionThe authentication token to include in requests to the Spark Connect endpoint.authTokenExpirationTime(Instant authTokenExpirationTime) The time at which the authentication token expires.The Spark Connect endpoint URL for the session.Methods 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, sdkFields
-
Method Details
-
url
The Spark Connect endpoint URL for the session.
- Parameters:
url- The Spark Connect endpoint URL for the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authToken
The authentication token to include in requests to the Spark Connect endpoint.
- Parameters:
authToken- The authentication token to include in requests to the Spark Connect endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authTokenExpirationTime
The time at which the authentication token expires.
- Parameters:
authTokenExpirationTime- The time at which the authentication token expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-