public static interface GetBotAliasResponse.Builder extends LexModelBuildingResponse.Builder, CopyableBuilder<GetBotAliasResponse.Builder,GetBotAliasResponse>
Modifier and Type | Method and Description |
---|---|
GetBotAliasResponse.Builder |
botName(String botName)
The name of the bot that the alias points to.
|
GetBotAliasResponse.Builder |
botVersion(String botVersion)
The version of the bot that the alias points to.
|
GetBotAliasResponse.Builder |
checksum(String checksum)
Checksum of the bot alias.
|
GetBotAliasResponse.Builder |
createdDate(Instant createdDate)
The date that the bot alias was created.
|
GetBotAliasResponse.Builder |
description(String description)
A description of the bot alias.
|
GetBotAliasResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot alias was updated.
|
GetBotAliasResponse.Builder |
name(String name)
The name of the bot alias.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetBotAliasResponse.Builder name(String name)
The name of the bot alias.
name
- The name of the bot alias.GetBotAliasResponse.Builder description(String description)
A description of the bot alias.
description
- A description of the bot alias.GetBotAliasResponse.Builder botVersion(String botVersion)
The version of the bot that the alias points to.
botVersion
- The version of the bot that the alias points to.GetBotAliasResponse.Builder botName(String botName)
The name of the bot that the alias points to.
botName
- The name of the bot that the alias points to.GetBotAliasResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.
lastUpdatedDate
- The date that the bot alias was updated. When you create a resource, the creation date and the last
updated date are the same.GetBotAliasResponse.Builder createdDate(Instant createdDate)
The date that the bot alias was created.
createdDate
- The date that the bot alias was created.GetBotAliasResponse.Builder checksum(String checksum)
Checksum of the bot alias.
checksum
- Checksum of the bot alias.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.