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.
|
default SessionData.Builder |
integrationConfiguration(Consumer<SessionIntegrationConfiguration.Builder> integrationConfiguration)
The configuration information for the session integration.
|
SessionData.Builder |
integrationConfiguration(SessionIntegrationConfiguration integrationConfiguration)
The configuration information for the session integration.
|
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 integrationConfiguration(SessionIntegrationConfiguration integrationConfiguration)
The configuration information for the session integration.
integrationConfiguration - The configuration information for the session integration.default SessionData.Builder integrationConfiguration(Consumer<SessionIntegrationConfiguration.Builder> integrationConfiguration)
The configuration information for the session integration.
This is a convenience method that creates an instance of theSessionIntegrationConfiguration.Builder
avoiding the need to create one manually via SessionIntegrationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to integrationConfiguration(SessionIntegrationConfiguration).
integrationConfiguration - a consumer that will call methods on SessionIntegrationConfiguration.BuilderintegrationConfiguration(SessionIntegrationConfiguration)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 © 2023. All rights reserved.