| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
TestRecommendation.Builder |
TestRecommendation.Builder.appComponentName(String appComponentName)
The name of the application component.
|
static TestRecommendation.Builder |
TestRecommendation.builder() |
TestRecommendation.Builder |
TestRecommendation.Builder.dependsOnAlarms(Collection<String> dependsOnAlarms)
A list of recommended alarms that are used in the test and must be exported before or with the test.
|
TestRecommendation.Builder |
TestRecommendation.Builder.dependsOnAlarms(String... dependsOnAlarms)
A list of recommended alarms that are used in the test and must be exported before or with the test.
|
TestRecommendation.Builder |
TestRecommendation.Builder.description(String description)
The description for the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.intent(String intent)
The intent of the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.items(Collection<RecommendationItem> items)
The test recommendation items.
|
TestRecommendation.Builder |
TestRecommendation.Builder.items(Consumer<RecommendationItem.Builder>... items)
The test recommendation items.
|
TestRecommendation.Builder |
TestRecommendation.Builder.items(RecommendationItem... items)
The test recommendation items.
|
TestRecommendation.Builder |
TestRecommendation.Builder.name(String name)
The name of the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.prerequisite(String prerequisite)
The prerequisite of the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.recommendationId(String recommendationId)
Identifier for the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.referenceId(String referenceId)
The reference identifier for the test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.risk(String risk)
The level of risk for this test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.risk(TestRisk risk)
The level of risk for this test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.toBuilder() |
TestRecommendation.Builder |
TestRecommendation.Builder.type(String type)
The type of test recommendation.
|
TestRecommendation.Builder |
TestRecommendation.Builder.type(TestType type)
The type of test recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestRecommendation.Builder> |
TestRecommendation.serializableBuilderClass() |
Copyright © 2022. All rights reserved.