| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionData.Builder |
SessionData.builder() |
SessionData.Builder |
SessionData.Builder.description(String description)
The description of the session.
|
SessionData.Builder |
SessionData.Builder.name(String name)
The name of the session.
|
SessionData.Builder |
SessionData.Builder.sessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
|
SessionData.Builder |
SessionData.Builder.sessionId(String sessionId)
The identifier of the session.
|
SessionData.Builder |
SessionData.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
SessionData.Builder |
SessionData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SessionData.Builder> |
SessionData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSessionResponse.Builder |
GetSessionResponse.Builder.session(Consumer<SessionData.Builder> session)
The session.
|
default CreateSessionResponse.Builder |
CreateSessionResponse.Builder.session(Consumer<SessionData.Builder> session)
The session.
|
Copyright © 2021. All rights reserved.