Interface CreateAccountSubscriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAccountSubscriptionRequest.Builder,CreateAccountSubscriptionRequest>,QuickSightRequest.Builder,SdkBuilder<CreateAccountSubscriptionRequest.Builder,CreateAccountSubscriptionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAccountSubscriptionRequest
public static interface CreateAccountSubscriptionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateAccountSubscriptionRequest.Builder,CreateAccountSubscriptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAccountSubscriptionRequest.BuilderaccountName(String accountName)The name of your Amazon QuickSight account.CreateAccountSubscriptionRequest.BuilderactiveDirectoryName(String activeDirectoryName)The name of your Active Directory.CreateAccountSubscriptionRequest.BuilderadminGroup(String... adminGroup)The admin group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.BuilderadminGroup(Collection<String> adminGroup)The admin group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.BuilderauthenticationMethod(String authenticationMethod)The method that you want to use to authenticate your Amazon QuickSight account.CreateAccountSubscriptionRequest.BuilderauthenticationMethod(AuthenticationMethodOption authenticationMethod)The method that you want to use to authenticate your Amazon QuickSight account.CreateAccountSubscriptionRequest.BuilderauthorGroup(String... authorGroup)The author group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.BuilderauthorGroup(Collection<String> authorGroup)The author group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.CreateAccountSubscriptionRequest.BuildercontactNumber(String contactNumber)A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.CreateAccountSubscriptionRequest.BuilderdirectoryId(String directoryId)The ID of the Active Directory that is associated with your Amazon QuickSight account.CreateAccountSubscriptionRequest.Builderedition(String edition)The edition of Amazon QuickSight that you want your account to have.CreateAccountSubscriptionRequest.Builderedition(Edition edition)The edition of Amazon QuickSight that you want your account to have.CreateAccountSubscriptionRequest.BuilderemailAddress(String emailAddress)The email address of the author of the Amazon QuickSight account to use for future communications.CreateAccountSubscriptionRequest.BuilderfirstName(String firstName)The first name of the author of the Amazon QuickSight account to use for future communications.CreateAccountSubscriptionRequest.BuilderlastName(String lastName)The last name of the author of the Amazon QuickSight account to use for future communications.CreateAccountSubscriptionRequest.BuildernotificationEmail(String notificationEmail)The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.CreateAccountSubscriptionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAccountSubscriptionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAccountSubscriptionRequest.BuilderreaderGroup(String... readerGroup)The reader group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.BuilderreaderGroup(Collection<String> readerGroup)The reader group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.Builderrealm(String realm)The realm of the Active Directory that is associated with your Amazon QuickSight account.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
ENTERPRISEorENTERPRISE_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 fromENTERPRISEorENTERPRISE_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
ENTERPRISEorENTERPRISE_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 fromENTERPRISEorENTERPRISE_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 anActiveDirectoryNameand anAdminGroupassociated with your Active Directory.If you choose
IAM_IDENTITY_CENTER, provide anAdminGroupassociated 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 anActiveDirectoryNameand anAdminGroupassociated with your Active Directory.If you choose
IAM_IDENTITY_CENTER, provide anAdminGroupassociated 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 anActiveDirectoryNameand anAdminGroupassociated with your Active Directory.If you choose
IAM_IDENTITY_CENTER, provide anAdminGroupassociated 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 anActiveDirectoryNameand anAdminGroupassociated with your Active Directory.If you choose
IAM_IDENTITY_CENTER, provide anAdminGroupassociated 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
AccountNamevalue 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 changeAccountNamevalue 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_DIRECTORYis the selected authentication method of the new Amazon QuickSight account.- Parameters:
activeDirectoryName- The name of your Active Directory. This field is required ifACTIVE_DIRECTORYis 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_DIRECTORYis 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 ifACTIVE_DIRECTORYis 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.
-
adminGroup
CreateAccountSubscriptionRequest.Builder adminGroup(Collection<String> adminGroup)
The admin group associated with your Active Directory or IAM Identity Center account. This field is required if
ACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new Amazon QuickSight account.For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Parameters:
adminGroup- The admin group associated with your Active Directory or IAM Identity Center account. This field is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new Amazon QuickSight account.For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminGroup
CreateAccountSubscriptionRequest.Builder adminGroup(String... adminGroup)
The admin group associated with your Active Directory or IAM Identity Center account. This field is required if
ACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new Amazon QuickSight account.For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Parameters:
adminGroup- The admin group associated with your Active Directory or IAM Identity Center account. This field is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new Amazon QuickSight account.For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorGroup
CreateAccountSubscriptionRequest.Builder authorGroup(Collection<String> authorGroup)
The author group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Parameters:
authorGroup- The author group associated with your Active Directory or IAM Identity Center account.For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorGroup
CreateAccountSubscriptionRequest.Builder authorGroup(String... authorGroup)
The author group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Parameters:
authorGroup- The author group associated with your Active Directory or IAM Identity Center account.For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readerGroup
CreateAccountSubscriptionRequest.Builder readerGroup(Collection<String> readerGroup)
The reader group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Parameters:
readerGroup- The reader group associated with your Active Directory or IAM Identity Center account.For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readerGroup
CreateAccountSubscriptionRequest.Builder readerGroup(String... readerGroup)
The reader group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- Parameters:
readerGroup- The reader group associated with your Active Directory or IAM Identity Center account.For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide.
- 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_Qis 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 ifENTERPPRISE_AND_Qis 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_Qis 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 ifENTERPPRISE_AND_Qis 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_Qis 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 ifENTERPPRISE_AND_Qis 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_Qis 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 ifENTERPPRISE_AND_Qis the selected edition of the new Amazon QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAccountSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAccountSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-