Class CfnOwnerPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnOwnerPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOwnerPropsMixin>
- Enclosing class:
CfnOwnerPropsMixin
@Stability(Stable)
public static final class CfnOwnerPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOwnerPropsMixin>
A fluent builder for
CfnOwnerPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnOwnerPropsMixin.Buildercreate()static CfnOwnerPropsMixin.Buildercreate(CfnPropertyMixinOptions options) domainIdentifier(String domainIdentifier) The ID of the domain in which you want to add the entity owner.entityIdentifier(String entityIdentifier) The ID of the entity to which you want to add an owner.entityType(String entityType) The type of an entity.The owner that you want to add to the entity.owner(IResolvable owner) The owner that you want to add to the entity.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnOwnerPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnOwnerPropsMixin.Builder.
-
domainIdentifier
The ID of the domain in which you want to add the entity owner.- Parameters:
domainIdentifier- The ID of the domain in which you want to add the entity owner. This parameter is required.- Returns:
this- See Also:
-
entityIdentifier
The ID of the entity to which you want to add an owner.- Parameters:
entityIdentifier- The ID of the entity to which you want to add an owner. This parameter is required.- Returns:
this- See Also:
-
entityType
The type of an entity.- Parameters:
entityType- The type of an entity. This parameter is required.- Returns:
this- See Also:
-
owner
The owner that you want to add to the entity.- Parameters:
owner- The owner that you want to add to the entity. This parameter is required.- Returns:
this- See Also:
-
owner
@Stability(Stable) public CfnOwnerPropsMixin.Builder owner(CfnOwnerPropsMixin.OwnerPropertiesProperty owner) The owner that you want to add to the entity.- Parameters:
owner- The owner that you want to add to the entity. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOwnerPropsMixin>- Returns:
- a newly built instance of
CfnOwnerPropsMixin.
-