Class UserArgs.Builder

  • Enclosing class:
    UserArgs

    public static final class UserArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
      • Builder

        public Builder​(UserArgs defaults)
    • Method Detail

      • accessString

        public UserArgs.Builder accessString​(com.pulumi.core.Output<java.lang.String> accessString)
        Parameters:
        accessString - The access permissions string used for this user.
        Returns:
        builder
      • accessString

        public UserArgs.Builder accessString​(java.lang.String accessString)
        Parameters:
        accessString - The access permissions string used for this user.
        Returns:
        builder
      • authenticationMode

        public UserArgs.Builder authenticationMode​(com.pulumi.core.Output<UserAuthenticationModeArgs> authenticationMode)
        Parameters:
        authenticationMode - Denotes the user's authentication properties. Detailed below.
        Returns:
        builder
      • authenticationMode

        public UserArgs.Builder authenticationMode​(UserAuthenticationModeArgs authenticationMode)
        Parameters:
        authenticationMode - Denotes the user's authentication properties. Detailed below.
        Returns:
        builder
      • tags

        public UserArgs.Builder tags​(@Nullable
                                     com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public UserArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • userName

        public UserArgs.Builder userName​(com.pulumi.core.Output<java.lang.String> userName)
        Parameters:
        userName - Name of the MemoryDB user. Up to 40 characters. The following arguments are optional:
        Returns:
        builder
      • userName

        public UserArgs.Builder userName​(java.lang.String userName)
        Parameters:
        userName - Name of the MemoryDB user. Up to 40 characters. The following arguments are optional:
        Returns:
        builder