Uses of Interface
software.amazon.awssdk.services.appstream.model.UserStackAssociation.Builder
-
Packages that use UserStackAssociation.Builder Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of UserStackAssociation.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return UserStackAssociation.Builder Modifier and Type Method Description UserStackAssociation.BuilderUserStackAssociation.Builder. authenticationType(String authenticationType)The authentication type for the user.UserStackAssociation.BuilderUserStackAssociation.Builder. authenticationType(AuthenticationType authenticationType)The authentication type for the user.static UserStackAssociation.BuilderUserStackAssociation. builder()UserStackAssociation.BuilderUserStackAssociation.Builder. sendEmailNotification(Boolean sendEmailNotification)Specifies whether a welcome email is sent to a user after the user is created in the user pool.UserStackAssociation.BuilderUserStackAssociation.Builder. stackName(String stackName)The name of the stack that is associated with the user.UserStackAssociation.BuilderUserStackAssociation. toBuilder()UserStackAssociation.BuilderUserStackAssociation.Builder. userName(String userName)The email address of the user who is associated with the stack.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type UserStackAssociation.Builder Modifier and Type Method Description static Class<? extends UserStackAssociation.Builder>UserStackAssociation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type UserStackAssociation.Builder Modifier and Type Method Description default UserStackAssociationError.BuilderUserStackAssociationError.Builder. userStackAssociation(Consumer<UserStackAssociation.Builder> userStackAssociation)Information about the user and associated stack.
-