Class UserStackAssociationArgs.Builder

  • Enclosing class:
    UserStackAssociationArgs

    public static final class UserStackAssociationArgs.Builder
    extends java.lang.Object
    • Method Detail

      • authenticationType

        public UserStackAssociationArgs.Builder authenticationType​(com.pulumi.core.Output<java.lang.String> authenticationType)
        Parameters:
        authenticationType - Authentication type for the user.
        Returns:
        builder
      • authenticationType

        public UserStackAssociationArgs.Builder authenticationType​(java.lang.String authenticationType)
        Parameters:
        authenticationType - Authentication type for the user.
        Returns:
        builder
      • sendEmailNotification

        public UserStackAssociationArgs.Builder sendEmailNotification​(@Nullable
                                                                      com.pulumi.core.Output<java.lang.Boolean> sendEmailNotification)
        Parameters:
        sendEmailNotification - Whether a welcome email is sent to a user after the user is created in the user pool.
        Returns:
        builder
      • sendEmailNotification

        public UserStackAssociationArgs.Builder sendEmailNotification​(java.lang.Boolean sendEmailNotification)
        Parameters:
        sendEmailNotification - Whether a welcome email is sent to a user after the user is created in the user pool.
        Returns:
        builder
      • stackName

        public UserStackAssociationArgs.Builder stackName​(com.pulumi.core.Output<java.lang.String> stackName)
        Parameters:
        stackName - Name of the stack that is associated with the user.
        Returns:
        builder
      • stackName

        public UserStackAssociationArgs.Builder stackName​(java.lang.String stackName)
        Parameters:
        stackName - Name of the stack that is associated with the user.
        Returns:
        builder
      • userName

        public UserStackAssociationArgs.Builder userName​(com.pulumi.core.Output<java.lang.String> userName)
        Parameters:
        userName - Email address of the user who is associated with the stack. The following arguments are optional:
        Returns:
        builder
      • userName

        public UserStackAssociationArgs.Builder userName​(java.lang.String userName)
        Parameters:
        userName - Email address of the user who is associated with the stack. The following arguments are optional:
        Returns:
        builder