Interface SignupResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SignupResponse.Builder,SignupResponse>, SdkBuilder<SignupResponse.Builder,SignupResponse>, SdkPojo
Enclosing class:
SignupResponse

public static interface SignupResponse.Builder extends SdkPojo, CopyableBuilder<SignupResponse.Builder,SignupResponse>
  • Method Details

    • iamUser

      SignupResponse.Builder iamUser(Boolean iamUser)

      A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.

      Parameters:
      iamUser - A Boolean that is TRUE if the Amazon QuickSight uses IAM as an authentication method.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userLoginName

      SignupResponse.Builder userLoginName(String userLoginName)

      The user login name for your Amazon QuickSight account.

      Parameters:
      userLoginName - The user login name for your Amazon QuickSight account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountName

      SignupResponse.Builder accountName(String accountName)

      The name of your Amazon QuickSight account.

      Parameters:
      accountName - The name of your Amazon QuickSight account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • directoryType

      SignupResponse.Builder directoryType(String directoryType)

      The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.

      Parameters:
      directoryType - The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are SIMPLE_AD, AD_CONNECTOR, and MICROSOFT_AD.
      Returns:
      Returns a reference to this object so that method calls can be chained together.