Uses of Class
software.amazon.awscdk.services.datazone.CfnPolicyGrantProps.Builder
Packages that use CfnPolicyGrantProps.Builder
-
Uses of CfnPolicyGrantProps.Builder in software.amazon.awscdk.services.datazone
Methods in software.amazon.awscdk.services.datazone that return CfnPolicyGrantProps.BuilderModifier and TypeMethodDescriptionstatic CfnPolicyGrantProps.Builder
CfnPolicyGrantProps.builder()
CfnPolicyGrantProps.Builder.detail
(IResolvable detail) Sets the value ofCfnPolicyGrantProps.getDetail()
CfnPolicyGrantProps.Builder.detail
(CfnPolicyGrant.PolicyGrantDetailProperty detail) Sets the value ofCfnPolicyGrantProps.getDetail()
CfnPolicyGrantProps.Builder.domainIdentifier
(String domainIdentifier) Sets the value ofCfnPolicyGrantProps.getDomainIdentifier()
CfnPolicyGrantProps.Builder.entityIdentifier
(String entityIdentifier) Sets the value ofCfnPolicyGrantProps.getEntityIdentifier()
CfnPolicyGrantProps.Builder.entityType
(String entityType) Sets the value ofCfnPolicyGrantProps.getEntityType()
CfnPolicyGrantProps.Builder.policyType
(String policyType) Sets the value ofCfnPolicyGrantProps.getPolicyType()
CfnPolicyGrantProps.Builder.principal
(IResolvable principal) Sets the value ofCfnPolicyGrantProps.getPrincipal()
CfnPolicyGrantProps.Builder.principal
(CfnPolicyGrant.PolicyGrantPrincipalProperty principal) Sets the value ofCfnPolicyGrantProps.getPrincipal()
Constructors in software.amazon.awscdk.services.datazone with parameters of type CfnPolicyGrantProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPolicyGrantProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPolicyGrantProps.Builder
.