Interface Account.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Account.Builder,,- Account> - SdkBuilder<Account.Builder,,- Account> - SdkPojo
- Enclosing class:
- Account
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Chime account ID.accountStatus(String accountStatus) The status of the account.accountStatus(AccountStatus accountStatus) The status of the account.accountType(String accountType) The Amazon Chime account type.accountType(AccountType accountType) The Amazon Chime account type.awsAccountId(String awsAccountId) The AWS account ID.createdTimestamp(Instant createdTimestamp) The Amazon Chime account creation timestamp, in ISO 8601 format.defaultLicense(String defaultLicense) The default license for the Amazon Chime account.defaultLicense(License defaultLicense) The default license for the Amazon Chime account.The Amazon Chime account name.signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups) The sign-in delegate groups associated with the account.signinDelegateGroups(Consumer<SigninDelegateGroup.Builder>... signinDelegateGroups) The sign-in delegate groups associated with the account.signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups) The sign-in delegate groups associated with the account.supportedLicenses(Collection<License> supportedLicenses) Supported licenses for the Amazon Chime account.supportedLicenses(License... supportedLicenses) Supported licenses for the Amazon Chime account.supportedLicensesWithStrings(String... supportedLicenses) Supported licenses for the Amazon Chime account.supportedLicensesWithStrings(Collection<String> supportedLicenses) Supported licenses for the Amazon Chime account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsAccountIdThe AWS account ID. - Parameters:
- awsAccountId- The AWS account ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountIdThe Amazon Chime account ID. - Parameters:
- accountId- The Amazon Chime account ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe Amazon Chime account name. - Parameters:
- name- The Amazon Chime account name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountTypeThe Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. - Parameters:
- accountType- The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
accountTypeThe Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. - Parameters:
- accountType- The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdTimestampThe Amazon Chime account creation timestamp, in ISO 8601 format. - Parameters:
- createdTimestamp- The Amazon Chime account creation timestamp, in ISO 8601 format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultLicenseThe default license for the Amazon Chime account. - Parameters:
- defaultLicense- The default license for the Amazon Chime account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
defaultLicenseThe default license for the Amazon Chime account. - Parameters:
- defaultLicense- The default license for the Amazon Chime account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
supportedLicensesWithStringsSupported licenses for the Amazon Chime account. - Parameters:
- supportedLicenses- Supported licenses for the Amazon Chime account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedLicensesWithStringsSupported licenses for the Amazon Chime account. - Parameters:
- supportedLicenses- Supported licenses for the Amazon Chime account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedLicensesSupported licenses for the Amazon Chime account. - Parameters:
- supportedLicenses- Supported licenses for the Amazon Chime account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
supportedLicensesSupported licenses for the Amazon Chime account. - Parameters:
- supportedLicenses- Supported licenses for the Amazon Chime account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountStatusThe status of the account. - Parameters:
- accountStatus- The status of the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
accountStatusThe status of the account. - Parameters:
- accountStatus- The status of the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
signinDelegateGroupsThe sign-in delegate groups associated with the account. - Parameters:
- signinDelegateGroups- The sign-in delegate groups associated with the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
signinDelegateGroupsThe sign-in delegate groups associated with the account. - Parameters:
- signinDelegateGroups- The sign-in delegate groups associated with the account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
signinDelegateGroupsThe sign-in delegate groups associated with the account. This is a convenience method that creates an instance of theSigninDelegateGroup.Builderavoiding the need to create one manually viaSigninDelegateGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosigninDelegateGroups(List<SigninDelegateGroup>).- Parameters:
- signinDelegateGroups- a consumer that will call methods on- SigninDelegateGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-