public static class ClientConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
build()
Builds instance of ClientConfiguration.
|
ClientConfiguration.Builder |
withAccessToken(String accessToken)
Initializes access token for the debug session.
|
ClientConfiguration.Builder |
withRegion(String region)
Initializes region for the debug session.
|
ClientConfiguration.Builder |
withSkillId(String skillId)
Initializes skill id for the skill being debugged.
|
ClientConfiguration.Builder |
withSkillInvokerClassName(String skillInvokerClassName)
Initializes class reference of the skill stream handler.
|
ClientConfiguration.Builder |
withThreadPoolSize(int threadPoolSize)
Initializes number of worker threads for the debug session.
|
public ClientConfiguration.Builder withSkillInvokerClassName(String skillInvokerClassName)
skillInvokerClassName
- fully qualified class name of theClientConfiguration.Builder
public ClientConfiguration.Builder withSkillId(String skillId)
skillId
- Skill id of the skill being debugged.ClientConfiguration.Builder
public ClientConfiguration.Builder withAccessToken(String accessToken)
accessToken
- LWA access token.ClientConfiguration.Builder
public ClientConfiguration.Builder withThreadPoolSize(int threadPoolSize)
threadPoolSize
- Thread pool size.ClientConfiguration.Builder
public ClientConfiguration.Builder withRegion(String region)
region
- Thread pool size.ClientConfiguration.Builder
public ClientConfiguration build()
ClientConfiguration
.Copyright © 2023. All rights reserved.