Interface BotAnalyzerHistorySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BotAnalyzerHistorySummary.Builder,,BotAnalyzerHistorySummary> SdkBuilder<BotAnalyzerHistorySummary.Builder,,BotAnalyzerHistorySummary> SdkPojo
- Enclosing class:
BotAnalyzerHistorySummary
@Mutable
@NotThreadSafe
public static interface BotAnalyzerHistorySummary.Builder
extends SdkPojo, CopyableBuilder<BotAnalyzerHistorySummary.Builder,BotAnalyzerHistorySummary>
-
Method Summary
Modifier and TypeMethodDescriptionbotAnalyzerRequestId(String botAnalyzerRequestId) The unique identifier for the analysis request.botAnalyzerStatus(String botAnalyzerStatus) The status of the historical analysis execution.botAnalyzerStatus(BotAnalyzerStatus botAnalyzerStatus) The status of the historical analysis execution.creationDateTime(Instant creationDateTime) The date and time when the analysis was initiated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
botAnalyzerStatus
The status of the historical analysis execution.
Valid Values:
Processing | Available | Failed | Stopping | Stopped- Parameters:
botAnalyzerStatus- The status of the historical analysis execution.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 status of the historical analysis execution.
Valid Values:
Processing | Available | Failed | Stopping | Stopped- Parameters:
botAnalyzerStatus- The status of the historical analysis execution.Valid Values:
Processing | Available | Failed | Stopping | Stopped- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
botAnalyzerRequestId
The unique identifier for the analysis request.
- Parameters:
botAnalyzerRequestId- The unique identifier for the analysis request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-