Package com.pulumi.aws.appstream
Class UserStackAssociationArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.appstream.UserStackAssociationArgs.Builder
-
- Enclosing class:
- UserStackAssociationArgs
public static final class UserStackAssociationArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(UserStackAssociationArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserStackAssociationArgs.Builder
authenticationType(com.pulumi.core.Output<java.lang.String> authenticationType)
UserStackAssociationArgs.Builder
authenticationType(java.lang.String authenticationType)
UserStackAssociationArgs
build()
UserStackAssociationArgs.Builder
sendEmailNotification(com.pulumi.core.Output<java.lang.Boolean> sendEmailNotification)
UserStackAssociationArgs.Builder
sendEmailNotification(java.lang.Boolean sendEmailNotification)
UserStackAssociationArgs.Builder
stackName(com.pulumi.core.Output<java.lang.String> stackName)
UserStackAssociationArgs.Builder
stackName(java.lang.String stackName)
UserStackAssociationArgs.Builder
userName(com.pulumi.core.Output<java.lang.String> userName)
UserStackAssociationArgs.Builder
userName(java.lang.String userName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(UserStackAssociationArgs defaults)
-
-
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
-
build
public UserStackAssociationArgs build()
-
-