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
Modifier and TypeMethodDescriptionledgerName(String ledgerName) The name of the ledger to start a new session against.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, sdkFields
-
Method Details
-
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.
-