public static interface Account.Builder extends SdkPojo, CopyableBuilder<Account.Builder,Account>
Modifier and Type | Method and Description |
---|---|
Account.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
Account.Builder |
accountType(AccountType accountType)
The Amazon Chime account type.
|
Account.Builder |
accountType(String accountType)
The Amazon Chime account type.
|
Account.Builder |
awsAccountId(String awsAccountId)
The AWS account ID.
|
Account.Builder |
createdTimestamp(Instant createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
Account.Builder |
defaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
|
Account.Builder |
defaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
|
Account.Builder |
name(String name)
The Amazon Chime account name.
|
Account.Builder |
supportedLicenses(Collection<License> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
supportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
supportedLicensesWithStrings(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
supportedLicensesWithStrings(String... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
copy
applyMutation, build
Account.Builder awsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId
- The AWS account ID.Account.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.Account.Builder name(String name)
The Amazon Chime account name.
name
- The Amazon Chime account name.Account.Builder accountType(String 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.
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.AccountType
,
AccountType
Account.Builder accountType(AccountType 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.
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.AccountType
,
AccountType
Account.Builder createdTimestamp(Instant createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
createdTimestamp
- The Amazon Chime account creation timestamp, in ISO 8601 format.Account.Builder defaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
Account.Builder defaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
Account.Builder supportedLicensesWithStrings(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses
- Supported licenses for the Amazon Chime account.Account.Builder supportedLicensesWithStrings(String... supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses
- Supported licenses for the Amazon Chime account.Account.Builder supportedLicenses(Collection<License> supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses
- Supported licenses for the Amazon Chime account.Account.Builder supportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
supportedLicenses
- Supported licenses for the Amazon Chime account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.