public static interface AppInstanceBot.Builder extends SdkPojo, CopyableBuilder<AppInstanceBot.Builder,AppInstanceBot>
| Modifier and Type | Method and Description |
|---|---|
AppInstanceBot.Builder |
appInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
|
AppInstanceBot.Builder |
configuration(Configuration configuration)
The data processing instructions for an AppInstanceBot.
|
default AppInstanceBot.Builder |
configuration(Consumer<Configuration.Builder> configuration)
The data processing instructions for an AppInstanceBot.
|
AppInstanceBot.Builder |
createdTimestamp(Instant createdTimestamp)
The time at which the
AppInstanceBot was created. |
AppInstanceBot.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which the
AppInstanceBot was last updated. |
AppInstanceBot.Builder |
metadata(String metadata)
The metadata for an AppInstanceBot.
|
AppInstanceBot.Builder |
name(String name)
The name of the AppInstanceBot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppInstanceBot.Builder appInstanceBotArn(String appInstanceBotArn)
The ARN of the AppInstanceBot.
appInstanceBotArn - The ARN of the AppInstanceBot.AppInstanceBot.Builder name(String name)
The name of the AppInstanceBot.
name - The name of the AppInstanceBot.AppInstanceBot.Builder configuration(Configuration configuration)
The data processing instructions for an AppInstanceBot.
configuration - The data processing instructions for an AppInstanceBot.default AppInstanceBot.Builder configuration(Consumer<Configuration.Builder> configuration)
The data processing instructions for an AppInstanceBot.
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)AppInstanceBot.Builder createdTimestamp(Instant createdTimestamp)
The time at which the AppInstanceBot was created.
createdTimestamp - The time at which the AppInstanceBot was created.AppInstanceBot.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which the AppInstanceBot was last updated.
lastUpdatedTimestamp - The time at which the AppInstanceBot was last updated.AppInstanceBot.Builder metadata(String metadata)
The metadata for an AppInstanceBot.
metadata - The metadata for an AppInstanceBot.Copyright © 2023. All rights reserved.