Interface CreateAccountSubscriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAccountSubscriptionRequest.Builder,CreateAccountSubscriptionRequest>,QuickSightRequest.Builder,SdkBuilder<CreateAccountSubscriptionRequest.Builder,CreateAccountSubscriptionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAccountSubscriptionRequest
@Mutable @NotThreadSafe 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 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.BuilderadminProGroup(String... adminProGroup)The admin pro group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.BuilderadminProGroup(Collection<String> adminProGroup)The admin pro 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 QuickSight account.CreateAccountSubscriptionRequest.BuilderauthenticationMethod(AuthenticationMethodOption authenticationMethod)The method that you want to use to authenticate your 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.BuilderauthorProGroup(String... authorProGroup)The author pro group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.BuilderauthorProGroup(Collection<String> authorProGroup)The author pro 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 QuickSight account.CreateAccountSubscriptionRequest.BuildercontactNumber(String contactNumber)A 10-digit phone number for the author of the QuickSight account to use for future communications.CreateAccountSubscriptionRequest.BuilderdirectoryId(String directoryId)The ID of the Active Directory that is associated with your QuickSight account.CreateAccountSubscriptionRequest.Builderedition(String edition)The edition of QuickSight that you want your account to have.CreateAccountSubscriptionRequest.Builderedition(Edition edition)The edition of QuickSight that you want your account to have.CreateAccountSubscriptionRequest.BuilderemailAddress(String emailAddress)The email address of the author of the QuickSight account to use for future communications.CreateAccountSubscriptionRequest.BuilderfirstName(String firstName)The first name of the author of the QuickSight account to use for future communications.CreateAccountSubscriptionRequest.BuilderiamIdentityCenterInstanceArn(String iamIdentityCenterInstanceArn)The Amazon Resource Name (ARN) for the IAM Identity Center instance.CreateAccountSubscriptionRequest.BuilderlastName(String lastName)The last name of the author of the QuickSight account to use for future communications.CreateAccountSubscriptionRequest.BuildernotificationEmail(String notificationEmail)The email address that you want QuickSight to send notifications to regarding your QuickSight account or 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.BuilderreaderProGroup(String... readerProGroup)The reader pro group associated with your Active Directory or IAM Identity Center account.CreateAccountSubscriptionRequest.BuilderreaderProGroup(Collection<String> readerProGroup)The reader pro 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 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
edition
CreateAccountSubscriptionRequest.Builder edition(String edition)
The edition of 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 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 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 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 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 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 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 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 QuickSight account.
- Parameters:
awsAccountId- The Amazon Web Services account ID of the account that you're using to create your 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 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 QuickSight account is created.- Parameters:
accountName- The name of your 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 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 QuickSight to send notifications to regarding your QuickSight account or QuickSight subscription.
- Parameters:
notificationEmail- The email address that you want QuickSight to send notifications to regarding your QuickSight account or 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 QuickSight account.- Parameters:
activeDirectoryName- The name of your Active Directory. This field is required ifACTIVE_DIRECTORYis the selected authentication method of the new 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 QuickSight account. This field is required if
ACTIVE_DIRECTORYis the selected authentication method of the new QuickSight account.- Parameters:
realm- The realm of the Active Directory that is associated with your QuickSight account. This field is required ifACTIVE_DIRECTORYis the selected authentication method of the new 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 QuickSight account.
- Parameters:
directoryId- The ID of the Active Directory that is associated with your 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. Either this field or the
AdminProGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new QuickSight account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Parameters:
adminGroup- The admin group associated with your Active Directory or IAM Identity Center account. Either this field or theAdminProGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new QuickSight account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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. Either this field or the
AdminProGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new QuickSight account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Parameters:
adminGroup- The admin group associated with your Active Directory or IAM Identity Center account. Either this field or theAdminProGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new QuickSight account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminProGroup
CreateAccountSubscriptionRequest.Builder adminProGroup(Collection<String> adminProGroup)
The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or the
AdminGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new QuickSight account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Parameters:
adminProGroup- The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or theAdminGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new QuickSight account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminProGroup
CreateAccountSubscriptionRequest.Builder adminProGroup(String... adminProGroup)
The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or the
AdminGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new QuickSight account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Parameters:
adminProGroup- The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or theAdminGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new QuickSight account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorProGroup
CreateAccountSubscriptionRequest.Builder authorProGroup(Collection<String> authorProGroup)
The author pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Parameters:
authorProGroup- The author pro group associated with your Active Directory or IAM Identity Center account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorProGroup
CreateAccountSubscriptionRequest.Builder authorProGroup(String... authorProGroup)
The author pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Parameters:
authorProGroup- The author pro group associated with your Active Directory or IAM Identity Center account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readerProGroup
CreateAccountSubscriptionRequest.Builder readerProGroup(Collection<String> readerProGroup)
The reader pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Parameters:
readerProGroup- The reader pro group associated with your Active Directory or IAM Identity Center account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readerProGroup
CreateAccountSubscriptionRequest.Builder readerProGroup(String... readerProGroup)
The reader pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the QuickSight User Guide.
- Parameters:
readerProGroup- The reader pro group associated with your Active Directory or IAM Identity Center account.For more information about using IAM Identity Center in QuickSight, see Using IAM Identity Center with QuickSight Enterprise Edition in the QuickSight User Guide. For more information about using Active Directory in QuickSight, see Using Active Directory with QuickSight Enterprise Edition in the 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 QuickSight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new QuickSight account.- Parameters:
firstName- The first name of the author of the QuickSight account to use for future communications. This field is required ifENTERPPRISE_AND_Qis the selected edition of the new 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 QuickSight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new QuickSight account.- Parameters:
lastName- The last name of the author of the QuickSight account to use for future communications. This field is required ifENTERPPRISE_AND_Qis the selected edition of the new 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 QuickSight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new QuickSight account.- Parameters:
emailAddress- The email address of the author of the QuickSight account to use for future communications. This field is required ifENTERPPRISE_AND_Qis the selected edition of the new 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 QuickSight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new QuickSight account.- Parameters:
contactNumber- A 10-digit phone number for the author of the QuickSight account to use for future communications. This field is required ifENTERPPRISE_AND_Qis the selected edition of the new QuickSight account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamIdentityCenterInstanceArn
CreateAccountSubscriptionRequest.Builder iamIdentityCenterInstanceArn(String iamIdentityCenterInstanceArn)
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
- Parameters:
iamIdentityCenterInstanceArn- The Amazon Resource Name (ARN) for the IAM Identity Center instance.- 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
-
-