Interface BotLocaleSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BotLocaleSummary.Builder,BotLocaleSummary>,SdkBuilder<BotLocaleSummary.Builder,BotLocaleSummary>,SdkPojo
- Enclosing class:
- BotLocaleSummary
public static interface BotLocaleSummary.Builder extends SdkPojo, CopyableBuilder<BotLocaleSummary.Builder,BotLocaleSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotLocaleSummary.BuilderbotLocaleStatus(String botLocaleStatus)The current status of the bot locale.BotLocaleSummary.BuilderbotLocaleStatus(BotLocaleStatus botLocaleStatus)The current status of the bot locale.BotLocaleSummary.Builderdescription(String description)The description of the bot locale.BotLocaleSummary.BuilderlastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)A timestamp of the date and time that the bot locale was last built.BotLocaleSummary.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)A timestamp of the date and time that the bot locale was last updated.BotLocaleSummary.BuilderlocaleId(String localeId)The language and locale of the bot locale.BotLocaleSummary.BuilderlocaleName(String localeName)The name of the bot locale.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
localeId
BotLocaleSummary.Builder localeId(String localeId)
The language and locale of the bot locale.
- Parameters:
localeId- The language and locale of the bot locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeName
BotLocaleSummary.Builder localeName(String localeName)
The name of the bot locale.
- Parameters:
localeName- The name of the bot locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
BotLocaleSummary.Builder description(String description)
The description of the bot locale.
- Parameters:
description- The description of the bot locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botLocaleStatus
BotLocaleSummary.Builder botLocaleStatus(String botLocaleStatus)
The current status of the bot locale. When the status is
Builtthe locale is ready for use.- Parameters:
botLocaleStatus- The current status of the bot locale. When the status isBuiltthe locale is ready for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotLocaleStatus,BotLocaleStatus
-
botLocaleStatus
BotLocaleSummary.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)
The current status of the bot locale. When the status is
Builtthe locale is ready for use.- Parameters:
botLocaleStatus- The current status of the bot locale. When the status isBuiltthe locale is ready for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotLocaleStatus,BotLocaleStatus
-
lastUpdatedDateTime
BotLocaleSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot locale was last updated.
- Parameters:
lastUpdatedDateTime- A timestamp of the date and time that the bot locale was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastBuildSubmittedDateTime
BotLocaleSummary.Builder lastBuildSubmittedDateTime(Instant lastBuildSubmittedDateTime)
A timestamp of the date and time that the bot locale was last built.
- Parameters:
lastBuildSubmittedDateTime- A timestamp of the date and time that the bot locale was last built.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-