CopyableBuilder<GetBotRequest.Builder,GetBotRequest>
, SdkBuilder<GetBotRequest.Builder,GetBotRequest>
public static interface GetBotRequest.Builder extends CopyableBuilder<GetBotRequest.Builder,GetBotRequest>
Modifier and Type | Method | Description |
---|---|---|
GetBotRequest.Builder |
name(String name) |
The name of the bot.
|
GetBotRequest.Builder |
versionOrAlias(String versionOrAlias) |
The version or alias of the bot.
|
copy
apply, build
GetBotRequest.Builder name(String name)
The name of the bot. The name is case sensitive.
name
- The name of the bot. The name is case sensitive.GetBotRequest.Builder versionOrAlias(String versionOrAlias)
The version or alias of the bot.
versionOrAlias
- The version or alias of the bot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.