Interface CreateAccountSubscriptionRequest.Builder

    • Method Detail

      • edition

        CreateAccountSubscriptionRequest.Builder edition​(String edition)

        The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from ENTERPRISE or ENTERPRISE_AND_Q.

        If you choose ENTERPRISE_AND_Q, the following parameters are required:

        • FirstName

        • LastName

        • EmailAddress

        • ContactNumber

        Parameters:
        edition - The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from ENTERPRISE or ENTERPRISE_AND_Q.

        If you choose ENTERPRISE_AND_Q, the following parameters are required:

        • FirstName

        • LastName

        • EmailAddress

        • ContactNumber

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Edition, Edition
      • edition

        CreateAccountSubscriptionRequest.Builder edition​(Edition edition)

        The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from ENTERPRISE or ENTERPRISE_AND_Q.

        If you choose ENTERPRISE_AND_Q, the following parameters are required:

        • FirstName

        • LastName

        • EmailAddress

        • ContactNumber

        Parameters:
        edition - The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from ENTERPRISE or ENTERPRISE_AND_Q.

        If you choose ENTERPRISE_AND_Q, the following parameters are required:

        • FirstName

        • LastName

        • EmailAddress

        • ContactNumber

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Edition, Edition
      • authenticationMethod

        CreateAccountSubscriptionRequest.Builder authenticationMethod​(String authenticationMethod)

        The method that you want to use to authenticate your Amazon QuickSight account.

        If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an AdminGroup associated with your Active Directory.

        If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM Identity Center account.

        Parameters:
        authenticationMethod - The method that you want to use to authenticate your Amazon QuickSight account.

        If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an AdminGroup associated with your Active Directory.

        If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM Identity Center account.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthenticationMethodOption, AuthenticationMethodOption
      • authenticationMethod

        CreateAccountSubscriptionRequest.Builder authenticationMethod​(AuthenticationMethodOption authenticationMethod)

        The method that you want to use to authenticate your Amazon QuickSight account.

        If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an AdminGroup associated with your Active Directory.

        If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM Identity Center account.

        Parameters:
        authenticationMethod - The method that you want to use to authenticate your Amazon QuickSight account.

        If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName and an AdminGroup associated with your Active Directory.

        If you choose IAM_IDENTITY_CENTER, provide an AdminGroup associated with your IAM Identity Center account.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthenticationMethodOption, AuthenticationMethodOption
      • awsAccountId

        CreateAccountSubscriptionRequest.Builder awsAccountId​(String awsAccountId)

        The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.

        Parameters:
        awsAccountId - The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountName

        CreateAccountSubscriptionRequest.Builder accountName​(String accountName)

        The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in. You can't change AccountName value after the Amazon QuickSight account is created.

        Parameters:
        accountName - The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in. You can't change AccountName value after the Amazon QuickSight account is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notificationEmail

        CreateAccountSubscriptionRequest.Builder notificationEmail​(String notificationEmail)

        The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.

        Parameters:
        notificationEmail - The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeDirectoryName

        CreateAccountSubscriptionRequest.Builder activeDirectoryName​(String activeDirectoryName)

        The name of your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.

        Parameters:
        activeDirectoryName - The name of your Active Directory. This field is required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • realm

        CreateAccountSubscriptionRequest.Builder realm​(String realm)

        The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.

        Parameters:
        realm - The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required if ACTIVE_DIRECTORY is the selected authentication method of the new Amazon QuickSight account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directoryId

        CreateAccountSubscriptionRequest.Builder directoryId​(String directoryId)

        The ID of the Active Directory that is associated with your Amazon QuickSight account.

        Parameters:
        directoryId - The ID of the Active Directory that is associated with your Amazon QuickSight account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firstName

        CreateAccountSubscriptionRequest.Builder firstName​(String firstName)

        The first name of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.

        Parameters:
        firstName - The first name of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastName

        CreateAccountSubscriptionRequest.Builder lastName​(String lastName)

        The last name of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.

        Parameters:
        lastName - The last name of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailAddress

        CreateAccountSubscriptionRequest.Builder emailAddress​(String emailAddress)

        The email address of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.

        Parameters:
        emailAddress - The email address of the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactNumber

        CreateAccountSubscriptionRequest.Builder contactNumber​(String contactNumber)

        A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.

        Parameters:
        contactNumber - A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications. This field is required if ENTERPPRISE_AND_Q is the selected edition of the new Amazon QuickSight account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.