Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.PillarMetric.Builder
-
Packages that use PillarMetric.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of PillarMetric.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return PillarMetric.Builder Modifier and Type Method Description static PillarMetric.BuilderPillarMetric. builder()PillarMetric.BuilderPillarMetric.Builder. pillarId(String pillarId)Sets the value of the PillarId property for this object.PillarMetric.BuilderPillarMetric.Builder. questions(Collection<QuestionMetric> questions)The questions that have been identified as risks in the pillar.PillarMetric.BuilderPillarMetric.Builder. questions(Consumer<QuestionMetric.Builder>... questions)The questions that have been identified as risks in the pillar.PillarMetric.BuilderPillarMetric.Builder. questions(QuestionMetric... questions)The questions that have been identified as risks in the pillar.PillarMetric.BuilderPillarMetric.Builder. riskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.PillarMetric.BuilderPillarMetric.Builder. riskCountsWithStrings(Map<String,Integer> riskCounts)Sets the value of the RiskCounts property for this object.PillarMetric.BuilderPillarMetric. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type PillarMetric.Builder Modifier and Type Method Description static Class<? extends PillarMetric.Builder>PillarMetric. serializableBuilderClass()
-