Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnOwnerPropsMixin.Builder
Packages that use CfnOwnerPropsMixin.Builder
-
Uses of CfnOwnerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.datazone
Methods in software.amazon.awscdk.cfnpropertymixins.services.datazone that return CfnOwnerPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnOwnerPropsMixin.BuilderCfnOwnerPropsMixin.Builder.create()static CfnOwnerPropsMixin.BuilderCfnOwnerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnOwnerPropsMixin.Builder.domainIdentifier(String domainIdentifier) The ID of the domain in which you want to add the entity owner.CfnOwnerPropsMixin.Builder.entityIdentifier(String entityIdentifier) The ID of the entity to which you want to add an owner.CfnOwnerPropsMixin.Builder.entityType(String entityType) The type of an entity.CfnOwnerPropsMixin.Builder.owner(CfnOwnerPropsMixin.OwnerPropertiesProperty owner) The owner that you want to add to the entity.CfnOwnerPropsMixin.Builder.owner(IResolvable owner) The owner that you want to add to the entity.