Filter.Builder |
Filter.Builder.accountIds(String... accountIds) |
The account that the recommendation is for.
|
Filter.Builder |
Filter.Builder.accountIds(Collection<String> accountIds) |
The account that the recommendation is for.
|
Filter.Builder |
Filter.Builder.actionTypes(Collection<ActionType> actionTypes) |
The type of action you can take by adopting the recommendation.
|
Filter.Builder |
Filter.Builder.actionTypes(ActionType... actionTypes) |
The type of action you can take by adopting the recommendation.
|
Filter.Builder |
Filter.Builder.actionTypesWithStrings(String... actionTypes) |
The type of action you can take by adopting the recommendation.
|
Filter.Builder |
Filter.Builder.actionTypesWithStrings(Collection<String> actionTypes) |
The type of action you can take by adopting the recommendation.
|
static Filter.Builder |
Filter.builder() |
|
Filter.Builder |
Filter.Builder.implementationEfforts(Collection<ImplementationEffort> implementationEfforts) |
The effort required to implement the recommendation.
|
Filter.Builder |
Filter.Builder.implementationEfforts(ImplementationEffort... implementationEfforts) |
The effort required to implement the recommendation.
|
Filter.Builder |
Filter.Builder.implementationEffortsWithStrings(String... implementationEfforts) |
The effort required to implement the recommendation.
|
Filter.Builder |
Filter.Builder.implementationEffortsWithStrings(Collection<String> implementationEfforts) |
The effort required to implement the recommendation.
|
Filter.Builder |
Filter.Builder.recommendationIds(String... recommendationIds) |
The IDs for the recommendations.
|
Filter.Builder |
Filter.Builder.recommendationIds(Collection<String> recommendationIds) |
The IDs for the recommendations.
|
Filter.Builder |
Filter.Builder.regions(String... regions) |
The Amazon Web Services Region of the resource.
|
Filter.Builder |
Filter.Builder.regions(Collection<String> regions) |
The Amazon Web Services Region of the resource.
|
Filter.Builder |
Filter.Builder.resourceArns(String... resourceArns) |
The Amazon Resource Name (ARN) of the recommendation.
|
Filter.Builder |
Filter.Builder.resourceArns(Collection<String> resourceArns) |
The Amazon Resource Name (ARN) of the recommendation.
|
Filter.Builder |
Filter.Builder.resourceIds(String... resourceIds) |
The resource ID of the recommendation.
|
Filter.Builder |
Filter.Builder.resourceIds(Collection<String> resourceIds) |
The resource ID of the recommendation.
|
Filter.Builder |
Filter.Builder.resourceTypes(Collection<ResourceType> resourceTypes) |
The resource type of the recommendation.
|
Filter.Builder |
Filter.Builder.resourceTypes(ResourceType... resourceTypes) |
The resource type of the recommendation.
|
Filter.Builder |
Filter.Builder.resourceTypesWithStrings(String... resourceTypes) |
The resource type of the recommendation.
|
Filter.Builder |
Filter.Builder.resourceTypesWithStrings(Collection<String> resourceTypes) |
The resource type of the recommendation.
|
Filter.Builder |
Filter.Builder.restartNeeded(Boolean restartNeeded) |
Whether or not implementing the recommendation requires a restart.
|
Filter.Builder |
Filter.Builder.rollbackPossible(Boolean rollbackPossible) |
Whether or not implementing the recommendation can be rolled back.
|
Filter.Builder |
Filter.Builder.tags(Collection<Tag> tags) |
A list of tags assigned to the recommendation.
|
Filter.Builder |
Filter.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags assigned to the recommendation.
|
Filter.Builder |
Filter.Builder.tags(Tag... tags) |
A list of tags assigned to the recommendation.
|
Filter.Builder |
Filter.toBuilder() |
|