Class CfnOwnerMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnOwnerMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOwnerMixinProps>
- Enclosing interface:
CfnOwnerMixinProps
@Stability(Stable)
public static final class CfnOwnerMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOwnerMixinProps>
A builder for
CfnOwnerMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainIdentifier(String domainIdentifier) Sets the value ofCfnOwnerMixinProps.getDomainIdentifier()entityIdentifier(String entityIdentifier) Sets the value ofCfnOwnerMixinProps.getEntityIdentifier()entityType(String entityType) Sets the value ofCfnOwnerMixinProps.getEntityType()Sets the value ofCfnOwnerMixinProps.getOwner()owner(IResolvable owner) Sets the value ofCfnOwnerMixinProps.getOwner()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainIdentifier
Sets the value ofCfnOwnerMixinProps.getDomainIdentifier()- Parameters:
domainIdentifier- The ID of the domain in which you want to add the entity owner.- Returns:
this
-
entityIdentifier
Sets the value ofCfnOwnerMixinProps.getEntityIdentifier()- Parameters:
entityIdentifier- The ID of the entity to which you want to add an owner.- Returns:
this
-
entityType
Sets the value ofCfnOwnerMixinProps.getEntityType()- Parameters:
entityType- The type of an entity.- Returns:
this
-
owner
Sets the value ofCfnOwnerMixinProps.getOwner()- Parameters:
owner- The owner that you want to add to the entity.- Returns:
this
-
owner
@Stability(Stable) public CfnOwnerMixinProps.Builder owner(CfnOwnerPropsMixin.OwnerPropertiesProperty owner) Sets the value ofCfnOwnerMixinProps.getOwner()- Parameters:
owner- The owner that you want to add to the entity.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOwnerMixinProps>- Returns:
- a new instance of
CfnOwnerMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-