public static interface UpdateAccountRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountRequest.Builder,UpdateAccountRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
UpdateAccountRequest.Builder |
defaultLicense(License defaultLicense)
The default license applied when you add users to an Amazon Chime account.
|
UpdateAccountRequest.Builder |
defaultLicense(String defaultLicense)
The default license applied when you add users to an Amazon Chime account.
|
UpdateAccountRequest.Builder |
name(String name)
The new name for the specified Amazon Chime account.
|
UpdateAccountRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAccountRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAccountRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.UpdateAccountRequest.Builder name(String name)
The new name for the specified Amazon Chime account.
name - The new name for the specified Amazon Chime account.UpdateAccountRequest.Builder defaultLicense(String defaultLicense)
The default license applied when you add users to an Amazon Chime account.
UpdateAccountRequest.Builder defaultLicense(License defaultLicense)
The default license applied when you add users to an Amazon Chime account.
UpdateAccountRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAccountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.