public static interface UpdateAppInstanceBotRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppInstanceBotRequest.Builder,UpdateAppInstanceBotRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppInstanceBotRequest.Builder |
appInstanceBotArn(String appInstanceBotArn)
The ARN of the
AppInstanceBot. |
UpdateAppInstanceBotRequest.Builder |
configuration(Configuration configuration)
The configuration for the bot update.
|
default UpdateAppInstanceBotRequest.Builder |
configuration(Consumer<Configuration.Builder> configuration)
The configuration for the bot update.
|
UpdateAppInstanceBotRequest.Builder |
metadata(String metadata)
The metadata of the
AppInstanceBot. |
UpdateAppInstanceBotRequest.Builder |
name(String name)
The name of the
AppInstanceBot. |
UpdateAppInstanceBotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAppInstanceBotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppInstanceBotRequest.Builder appInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
appInstanceBotArn - The ARN of the AppInstanceBot.UpdateAppInstanceBotRequest.Builder name(String name)
The name of the AppInstanceBot.
name - The name of the AppInstanceBot.UpdateAppInstanceBotRequest.Builder metadata(String metadata)
The metadata of the AppInstanceBot.
metadata - The metadata of the AppInstanceBot.UpdateAppInstanceBotRequest.Builder configuration(Configuration configuration)
The configuration for the bot update.
configuration - The configuration for the bot update.default UpdateAppInstanceBotRequest.Builder configuration(Consumer<Configuration.Builder> configuration)
The configuration for the bot update.
This is a convenience method that creates an instance of theConfiguration.Builder avoiding the need
to create one manually via Configuration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configuration(Configuration).
configuration - a consumer that will call methods on Configuration.Builderconfiguration(Configuration)UpdateAppInstanceBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppInstanceBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.