Class CfnOwner.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnOwner.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOwner>
- Enclosing class:
CfnOwner
@Stability(Stable)
public static final class CfnOwner.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOwner>
A fluent builder for
CfnOwner
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnOwner.Builder
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.owner
(IResolvable owner) The owner that you want to add to the entity.The owner that you want to add to the entity.
-
Method Details
-
create
@Stability(Stable) public static CfnOwner.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnOwner.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
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
-