Uses of Interface
software.amazon.awssdk.services.controlcatalog.model.AssociatedObjectiveSummary.Builder
-
Packages that use AssociatedObjectiveSummary.Builder Package Description software.amazon.awssdk.services.controlcatalog.model -
-
Uses of AssociatedObjectiveSummary.Builder in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return AssociatedObjectiveSummary.Builder Modifier and Type Method Description AssociatedObjectiveSummary.BuilderAssociatedObjectiveSummary.Builder. arn(String arn)The Amazon Resource Name (ARN) of the related objective.static AssociatedObjectiveSummary.BuilderAssociatedObjectiveSummary. builder()AssociatedObjectiveSummary.BuilderAssociatedObjectiveSummary.Builder. name(String name)The name of the related objective.AssociatedObjectiveSummary.BuilderAssociatedObjectiveSummary. toBuilder()Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type AssociatedObjectiveSummary.Builder Modifier and Type Method Description static Class<? extends AssociatedObjectiveSummary.Builder>AssociatedObjectiveSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.controlcatalog.model with type arguments of type AssociatedObjectiveSummary.Builder Modifier and Type Method Description default CommonControlSummary.BuilderCommonControlSummary.Builder. objective(Consumer<AssociatedObjectiveSummary.Builder> objective)The objective that the common control belongs to.
-