Interface AppInstanceBotSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppInstanceBotSummary.Builder,
,AppInstanceBotSummary> SdkBuilder<AppInstanceBotSummary.Builder,
,AppInstanceBotSummary> SdkPojo
- Enclosing class:
AppInstanceBotSummary
public static interface AppInstanceBotSummary.Builder
extends SdkPojo, CopyableBuilder<AppInstanceBotSummary.Builder,AppInstanceBotSummary>
-
Method Summary
Modifier and TypeMethodDescriptionappInstanceBotArn
(String appInstanceBotArn) The ARN of the AppInstanceBot.The metadata of the AppInstanceBot.The name of the AppInstanceBox.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
appInstanceBotArn
The ARN of the AppInstanceBot.
- Parameters:
appInstanceBotArn
- The ARN of the AppInstanceBot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the AppInstanceBox.
- Parameters:
name
- The name of the AppInstanceBox.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
The metadata of the AppInstanceBot.
- Parameters:
metadata
- The metadata of the AppInstanceBot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-