Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnUserMixinProps.Builder
Packages that use CfnUserMixinProps.Builder
-
Uses of CfnUserMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.transfer
Methods in software.amazon.awscdk.cfnpropertymixins.services.transfer that return CfnUserMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnUserMixinProps.BuilderCfnUserMixinProps.builder()CfnUserMixinProps.Builder.homeDirectory(String homeDirectory) Sets the value ofCfnUserMixinProps.getHomeDirectory()CfnUserMixinProps.Builder.homeDirectoryMappings(List<? extends Object> homeDirectoryMappings) Sets the value ofCfnUserMixinProps.getHomeDirectoryMappings()CfnUserMixinProps.Builder.homeDirectoryMappings(IResolvable homeDirectoryMappings) Sets the value ofCfnUserMixinProps.getHomeDirectoryMappings()CfnUserMixinProps.Builder.homeDirectoryType(String homeDirectoryType) Sets the value ofCfnUserMixinProps.getHomeDirectoryType()Sets the value ofCfnUserMixinProps.getPolicy()CfnUserMixinProps.Builder.posixProfile(CfnUserPropsMixin.PosixProfileProperty posixProfile) Sets the value ofCfnUserMixinProps.getPosixProfile()CfnUserMixinProps.Builder.posixProfile(IResolvable posixProfile) Sets the value ofCfnUserMixinProps.getPosixProfile()Sets the value ofCfnUserMixinProps.getRole()Sets the value ofCfnUserMixinProps.getServerId()CfnUserMixinProps.Builder.sshPublicKeys(List<String> sshPublicKeys) Sets the value ofCfnUserMixinProps.getSshPublicKeys()Sets the value ofCfnUserMixinProps.getTags()Sets the value ofCfnUserMixinProps.getUserName()Constructors in software.amazon.awscdk.cfnpropertymixins.services.transfer with parameters of type CfnUserMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserMixinProps.Builder.