Interface Session.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Session.Builder,
,Session> SdkBuilder<Session.Builder,
,Session> SdkPojo
- Enclosing class:
Session
-
Method Summary
Modifier and TypeMethodDescriptionWhen true, this Boolean value indicates the primary session for the specified resource.The session name.The session URL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The session name.
- Parameters:
name
- The session name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
The session URL.
- Parameters:
url
- The session URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isPrimary
When true, this Boolean value indicates the primary session for the specified resource.
- Parameters:
isPrimary
- When true, this Boolean value indicates the primary session for the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-