Uses of Class
software.amazon.awscdk.services.datazone.CfnProjectProfileProps.Builder
Packages that use CfnProjectProfileProps.Builder
-
Uses of CfnProjectProfileProps.Builder in software.amazon.awscdk.services.datazone
Methods in software.amazon.awscdk.services.datazone that return CfnProjectProfileProps.BuilderModifier and TypeMethodDescriptionCfnProjectProfileProps.builder()
CfnProjectProfileProps.Builder.description
(String description) Sets the value ofCfnProjectProfileProps.getDescription()
CfnProjectProfileProps.Builder.domainIdentifier
(String domainIdentifier) Sets the value ofCfnProjectProfileProps.getDomainIdentifier()
CfnProjectProfileProps.Builder.domainUnitIdentifier
(String domainUnitIdentifier) Sets the value ofCfnProjectProfileProps.getDomainUnitIdentifier()
CfnProjectProfileProps.Builder.environmentConfigurations
(List<? extends Object> environmentConfigurations) Sets the value ofCfnProjectProfileProps.getEnvironmentConfigurations()
CfnProjectProfileProps.Builder.environmentConfigurations
(IResolvable environmentConfigurations) Sets the value ofCfnProjectProfileProps.getEnvironmentConfigurations()
Sets the value ofCfnProjectProfileProps.getName()
Sets the value ofCfnProjectProfileProps.getStatus()
Constructors in software.amazon.awscdk.services.datazone with parameters of type CfnProjectProfileProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnProjectProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnProjectProfileProps.Builder
.