Interface StartSessionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StartSessionRequest.Builder,StartSessionRequest>,SdkBuilder<StartSessionRequest.Builder,StartSessionRequest>,SdkPojo
- Enclosing class:
- StartSessionRequest
public static interface StartSessionRequest.Builder extends SdkPojo, CopyableBuilder<StartSessionRequest.Builder,StartSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartSessionRequest.BuilderledgerName(String ledgerName)The name of the ledger to start a new session against.-
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 Detail
-
ledgerName
StartSessionRequest.Builder ledgerName(String ledgerName)
The name of the ledger to start a new session against.
- Parameters:
ledgerName- The name of the ledger to start a new session against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-