Interface StartBotAnalyzerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartBotAnalyzerResponse.Builder,,StartBotAnalyzerResponse> LexModelsV2Response.Builder,SdkBuilder<StartBotAnalyzerResponse.Builder,,StartBotAnalyzerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartBotAnalyzerResponse
-
Method Summary
Modifier and TypeMethodDescriptionbotAnalyzerRequestId(String botAnalyzerRequestId) A unique identifier for this analysis request.botAnalyzerStatus(String botAnalyzerStatus) The current status of the analysis.botAnalyzerStatus(BotAnalyzerStatus botAnalyzerStatus) The current status of the analysis.The unique identifier of the bot being analyzed.botVersion(String botVersion) The version of the bot being analyzed.creationDateTime(Instant creationDateTime) The date and time when the analysis was initiated.The locale identifier of the bot locale being analyzed.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 being analyzed.
- Parameters:
botId- The unique identifier of the bot being analyzed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot being analyzed.
- Parameters:
botVersion- The version of the bot being analyzed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The locale identifier of the bot locale being analyzed.
- Parameters:
localeId- The locale identifier of the bot locale being analyzed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAnalyzerStatus
The current status of the analysis. The initial status is
Processing.Valid Values:
Processing | Available | Failed | Stopping | Stopped- Parameters:
botAnalyzerStatus- The current status of the analysis. The initial status isProcessing.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 current status of the analysis. The initial status is
Processing.Valid Values:
Processing | Available | Failed | Stopping | Stopped- Parameters:
botAnalyzerStatus- The current status of the analysis. The initial status isProcessing.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
A unique identifier for this analysis request. Use this identifier to check the status and retrieve results.
- Parameters:
botAnalyzerRequestId- A unique identifier for this analysis request. Use this identifier to check the status and retrieve results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
The date and time when the analysis was initiated.
- Parameters:
creationDateTime- The date and time when the analysis was initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-