Uses of Class
software.amazon.awscdk.services.opsworks.CfnUserProfileProps.Builder
-
Uses of CfnUserProfileProps.Builder in software.amazon.awscdk.services.opsworks
Modifier and TypeMethodDescriptionCfnUserProfileProps.Builder.allowSelfManagement
(Boolean allowSelfManagement) Sets the value ofCfnUserProfileProps.getAllowSelfManagement()
CfnUserProfileProps.Builder.allowSelfManagement
(IResolvable allowSelfManagement) Sets the value ofCfnUserProfileProps.getAllowSelfManagement()
static CfnUserProfileProps.Builder
CfnUserProfileProps.builder()
CfnUserProfileProps.Builder.iamUserArn
(String iamUserArn) Sets the value ofCfnUserProfileProps.getIamUserArn()
CfnUserProfileProps.Builder.sshPublicKey
(String sshPublicKey) Sets the value ofCfnUserProfileProps.getSshPublicKey()
CfnUserProfileProps.Builder.sshUsername
(String sshUsername) Sets the value ofCfnUserProfileProps.getSshUsername()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnUserProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserProfileProps.Builder
.