Interface StartCisSessionMessage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StartCisSessionMessage.Builder,StartCisSessionMessage>,SdkBuilder<StartCisSessionMessage.Builder,StartCisSessionMessage>,SdkPojo
- Enclosing class:
- StartCisSessionMessage
public static interface StartCisSessionMessage.Builder extends SdkPojo, CopyableBuilder<StartCisSessionMessage.Builder,StartCisSessionMessage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartCisSessionMessage.BuildersessionToken(String sessionToken)The unique token that identifies the CIS session.-
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
-
sessionToken
StartCisSessionMessage.Builder sessionToken(String sessionToken)
The unique token that identifies the CIS session.
- Parameters:
sessionToken- The unique token that identifies the CIS session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-