Uses of Interface
software.amazon.awssdk.services.rds.model.RecommendedAction.Builder
Packages that use RecommendedAction.Builder
-
Uses of RecommendedAction.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RecommendedAction.BuilderModifier and TypeMethodDescriptionThe unique identifier of the recommended action.RecommendedAction.Builder.applyModes(String... applyModes) The methods to apply the recommended action.RecommendedAction.Builder.applyModes(Collection<String> applyModes) The methods to apply the recommended action.static RecommendedAction.BuilderRecommendedAction.builder()RecommendedAction.Builder.contextAttributes(Collection<ContextAttribute> contextAttributes) The supporting attributes to explain the recommended action.RecommendedAction.Builder.contextAttributes(Consumer<ContextAttribute.Builder>... contextAttributes) The supporting attributes to explain the recommended action.RecommendedAction.Builder.contextAttributes(ContextAttribute... contextAttributes) The supporting attributes to explain the recommended action.RecommendedAction.Builder.description(String description) A detailed description of the action.default RecommendedAction.BuilderRecommendedAction.Builder.issueDetails(Consumer<IssueDetails.Builder> issueDetails) The details of the issue.RecommendedAction.Builder.issueDetails(IssueDetails issueDetails) The details of the issue.An API operation for the action.RecommendedAction.Builder.parameters(Collection<RecommendedActionParameter> parameters) The parameters for the API operation.RecommendedAction.Builder.parameters(Consumer<RecommendedActionParameter.Builder>... parameters) The parameters for the API operation.RecommendedAction.Builder.parameters(RecommendedActionParameter... parameters) The parameters for the API operation.The status of the action.A short description to summarize the action.RecommendedAction.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RecommendedAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RecommendedAction.Builder>RecommendedAction.serializableBuilderClass()