public static interface SessionData.Builder extends SdkPojo, CopyableBuilder<SessionData.Builder,SessionData>
| Modifier and Type | Method and Description |
|---|---|
SessionData.Builder |
description(String description)
The description of the session.
|
SessionData.Builder |
name(String name)
The name of the session.
|
SessionData.Builder |
sessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
|
SessionData.Builder |
sessionId(String sessionId)
The identifier of the session.
|
SessionData.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionData.Builder description(String description)
The description of the session.
description - The description of the session.SessionData.Builder name(String name)
The name of the session.
name - The name of the session.SessionData.Builder sessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
sessionArn - The Amazon Resource Name (ARN) of the session.SessionData.Builder sessionId(String sessionId)
The identifier of the session.
sessionId - The identifier of the session.SessionData.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.Copyright © 2022. All rights reserved.