Uses of Class
com.hashicorp.cdktf.providers.aws.memorydb_user.MemorydbUserAuthenticationMode.Builder
-
Packages that use MemorydbUserAuthenticationMode.Builder Package Description com.hashicorp.cdktf.providers.aws.memorydb_user aws_memorydb_user -
-
Uses of MemorydbUserAuthenticationMode.Builder in com.hashicorp.cdktf.providers.aws.memorydb_user
Methods in com.hashicorp.cdktf.providers.aws.memorydb_user that return MemorydbUserAuthenticationMode.Builder Modifier and Type Method Description static MemorydbUserAuthenticationMode.BuilderMemorydbUserAuthenticationMode. builder()MemorydbUserAuthenticationMode.BuilderMemorydbUserAuthenticationMode.Builder. passwords(List<String> passwords)Sets the value ofMemorydbUserAuthenticationMode.getPasswords()MemorydbUserAuthenticationMode.BuilderMemorydbUserAuthenticationMode.Builder. type(String type)Sets the value ofMemorydbUserAuthenticationMode.getType()Constructors in com.hashicorp.cdktf.providers.aws.memorydb_user with parameters of type MemorydbUserAuthenticationMode.Builder Constructor Description Jsii$Proxy(MemorydbUserAuthenticationMode.Builder builder)Constructor that initializes the object based on literal property values passed by theMemorydbUserAuthenticationMode.Builder.
-