public static interface Problem.Builder extends SdkPojo, CopyableBuilder<Problem.Builder,Problem>
| Modifier and Type | Method and Description |
|---|---|
Problem.Builder |
accountId(String accountId)
The AWS account ID for the owner of the resource group affected by the problem.
|
Problem.Builder |
affectedResource(String affectedResource)
The resource affected by the problem.
|
Problem.Builder |
endTime(Instant endTime)
The time when the problem ended, in epoch seconds.
|
Problem.Builder |
feedback(Map<FeedbackKey,FeedbackValue> feedback)
Feedback provided by the user about the problem.
|
Problem.Builder |
feedbackWithStrings(Map<String,String> feedback)
Feedback provided by the user about the problem.
|
Problem.Builder |
id(String id)
The ID of the problem.
|
Problem.Builder |
insights(String insights)
A detailed analysis of the problem using machine learning.
|
Problem.Builder |
lastRecurrenceTime(Instant lastRecurrenceTime)
The last time that the problem reoccurred after its last resolution.
|
Problem.Builder |
recurringCount(Long recurringCount)
The number of times that the same problem reoccurred after the first time it was resolved.
|
Problem.Builder |
resolutionMethod(ResolutionMethod resolutionMethod)
Specifies how the problem was resolved.
|
Problem.Builder |
resolutionMethod(String resolutionMethod)
Specifies how the problem was resolved.
|
Problem.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group affected by the problem.
|
Problem.Builder |
severityLevel(SeverityLevel severityLevel)
A measure of the level of impact of the problem.
|
Problem.Builder |
severityLevel(String severityLevel)
A measure of the level of impact of the problem.
|
Problem.Builder |
startTime(Instant startTime)
The time when the problem started, in epoch seconds.
|
Problem.Builder |
status(Status status)
The status of the problem.
|
Problem.Builder |
status(String status)
The status of the problem.
|
Problem.Builder |
title(String title)
The name of the problem.
|
Problem.Builder |
visibility(String visibility)
Specifies whether or not you can view the problem.
|
Problem.Builder |
visibility(Visibility visibility)
Specifies whether or not you can view the problem.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProblem.Builder id(String id)
The ID of the problem.
id - The ID of the problem.Problem.Builder title(String title)
The name of the problem.
title - The name of the problem.Problem.Builder insights(String insights)
A detailed analysis of the problem using machine learning.
insights - A detailed analysis of the problem using machine learning.Problem.Builder status(String status)
The status of the problem.
Problem.Builder status(Status status)
The status of the problem.
Problem.Builder affectedResource(String affectedResource)
The resource affected by the problem.
affectedResource - The resource affected by the problem.Problem.Builder startTime(Instant startTime)
The time when the problem started, in epoch seconds.
startTime - The time when the problem started, in epoch seconds.Problem.Builder endTime(Instant endTime)
The time when the problem ended, in epoch seconds.
endTime - The time when the problem ended, in epoch seconds.Problem.Builder severityLevel(String severityLevel)
A measure of the level of impact of the problem.
severityLevel - A measure of the level of impact of the problem.SeverityLevel,
SeverityLevelProblem.Builder severityLevel(SeverityLevel severityLevel)
A measure of the level of impact of the problem.
severityLevel - A measure of the level of impact of the problem.SeverityLevel,
SeverityLevelProblem.Builder accountId(String accountId)
The AWS account ID for the owner of the resource group affected by the problem.
accountId - The AWS account ID for the owner of the resource group affected by the problem.Problem.Builder resourceGroupName(String resourceGroupName)
The name of the resource group affected by the problem.
resourceGroupName - The name of the resource group affected by the problem.Problem.Builder feedbackWithStrings(Map<String,String> feedback)
Feedback provided by the user about the problem.
feedback - Feedback provided by the user about the problem.Problem.Builder feedback(Map<FeedbackKey,FeedbackValue> feedback)
Feedback provided by the user about the problem.
feedback - Feedback provided by the user about the problem.Problem.Builder recurringCount(Long recurringCount)
The number of times that the same problem reoccurred after the first time it was resolved.
recurringCount - The number of times that the same problem reoccurred after the first time it was resolved.Problem.Builder lastRecurrenceTime(Instant lastRecurrenceTime)
The last time that the problem reoccurred after its last resolution.
lastRecurrenceTime - The last time that the problem reoccurred after its last resolution.Problem.Builder visibility(String visibility)
Specifies whether or not you can view the problem. Updates to ignored problems do not generate notifications.
visibility - Specifies whether or not you can view the problem. Updates to ignored problems do not generate
notifications.Visibility,
VisibilityProblem.Builder visibility(Visibility visibility)
Specifies whether or not you can view the problem. Updates to ignored problems do not generate notifications.
visibility - Specifies whether or not you can view the problem. Updates to ignored problems do not generate
notifications.Visibility,
VisibilityProblem.Builder resolutionMethod(String resolutionMethod)
Specifies how the problem was resolved. If the value is AUTOMATIC, the system resolved the
problem. If the value is MANUAL, the user resolved the problem. If the value is
UNRESOLVED, then the problem is not resolved.
resolutionMethod - Specifies how the problem was resolved. If the value is AUTOMATIC, the system resolved
the problem. If the value is MANUAL, the user resolved the problem. If the value is
UNRESOLVED, then the problem is not resolved.ResolutionMethod,
ResolutionMethodProblem.Builder resolutionMethod(ResolutionMethod resolutionMethod)
Specifies how the problem was resolved. If the value is AUTOMATIC, the system resolved the
problem. If the value is MANUAL, the user resolved the problem. If the value is
UNRESOLVED, then the problem is not resolved.
resolutionMethod - Specifies how the problem was resolved. If the value is AUTOMATIC, the system resolved
the problem. If the value is MANUAL, the user resolved the problem. If the value is
UNRESOLVED, then the problem is not resolved.ResolutionMethod,
ResolutionMethodCopyright © 2023. All rights reserved.