Interface StopBotAnalyzerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopBotAnalyzerResponse.Builder,,StopBotAnalyzerResponse> LexModelsV2Response.Builder,SdkBuilder<StopBotAnalyzerResponse.Builder,,StopBotAnalyzerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StopBotAnalyzerResponse
@Mutable
@NotThreadSafe
public static interface StopBotAnalyzerResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<StopBotAnalyzerResponse.Builder,StopBotAnalyzerResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbotAnalyzerRequestId(String botAnalyzerRequestId) The unique identifier of the analysis request.botAnalyzerStatus(String botAnalyzerStatus) The updated status of the analysis.botAnalyzerStatus(BotAnalyzerStatus botAnalyzerStatus) The updated status of the analysis.The unique identifier of the bot.botVersion(String botVersion) The version of the bot.The locale identifier of the bot locale.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
botId
The unique identifier of the bot.
- Parameters:
botId- The unique identifier of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot.
- Parameters:
botVersion- The version of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The locale identifier of the bot locale.
- Parameters:
localeId- The locale identifier of the bot locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAnalyzerStatus
The updated status of the analysis. The status will be
Stoppingand will eventually transition toStopped.Valid Values:
Processing | Available | Failed | Stopping | Stopped- Parameters:
botAnalyzerStatus- The updated status of the analysis. The status will beStoppingand will eventually transition toStopped.Valid Values:
Processing | Available | Failed | Stopping | Stopped- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botAnalyzerStatus
The updated status of the analysis. The status will be
Stoppingand will eventually transition toStopped.Valid Values:
Processing | Available | Failed | Stopping | Stopped- Parameters:
botAnalyzerStatus- The updated status of the analysis. The status will beStoppingand will eventually transition toStopped.Valid Values:
Processing | Available | Failed | Stopping | Stopped- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
botAnalyzerRequestId
The unique identifier of the analysis request.
- Parameters:
botAnalyzerRequestId- The unique identifier of the analysis request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-