Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.PillarDifference.Builder
-
Packages that use PillarDifference.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of PillarDifference.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return PillarDifference.Builder Modifier and Type Method Description static PillarDifference.BuilderPillarDifference. builder()PillarDifference.BuilderPillarDifference.Builder. differenceStatus(String differenceStatus)Indicates the type of change to the pillar.PillarDifference.BuilderPillarDifference.Builder. differenceStatus(DifferenceStatus differenceStatus)Indicates the type of change to the pillar.PillarDifference.BuilderPillarDifference.Builder. pillarId(String pillarId)Sets the value of the PillarId property for this object.PillarDifference.BuilderPillarDifference.Builder. pillarName(String pillarName)Sets the value of the PillarName property for this object.PillarDifference.BuilderPillarDifference.Builder. questionDifferences(Collection<QuestionDifference> questionDifferences)List of question differences.PillarDifference.BuilderPillarDifference.Builder. questionDifferences(Consumer<QuestionDifference.Builder>... questionDifferences)List of question differences.PillarDifference.BuilderPillarDifference.Builder. questionDifferences(QuestionDifference... questionDifferences)List of question differences.PillarDifference.BuilderPillarDifference. toBuilder()Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type PillarDifference.Builder Modifier and Type Method Description static Class<? extends PillarDifference.Builder>PillarDifference. serializableBuilderClass()
-