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