Interface AppInstanceBot.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppInstanceBot.Builder,AppInstanceBot>,SdkBuilder<AppInstanceBot.Builder,AppInstanceBot>,SdkPojo
- Enclosing class:
- AppInstanceBot
public static interface AppInstanceBot.Builder extends SdkPojo, CopyableBuilder<AppInstanceBot.Builder,AppInstanceBot>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AppInstanceBot.BuilderappInstanceBotArn(String appInstanceBotArn)The ARN of the AppInstanceBot.default AppInstanceBot.Builderconfiguration(Consumer<Configuration.Builder> configuration)The data processing instructions for an AppInstanceBot.AppInstanceBot.Builderconfiguration(Configuration configuration)The data processing instructions for an AppInstanceBot.AppInstanceBot.BuildercreatedTimestamp(Instant createdTimestamp)The time at which theAppInstanceBotwas created.AppInstanceBot.BuilderlastUpdatedTimestamp(Instant lastUpdatedTimestamp)The time at which theAppInstanceBotwas last updated.AppInstanceBot.Buildermetadata(String metadata)The metadata for an AppInstanceBot.AppInstanceBot.Buildername(String name)The name of the AppInstanceBot.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
appInstanceBotArn
AppInstanceBot.Builder appInstanceBotArn(String 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
AppInstanceBot.Builder name(String name)
The name of the AppInstanceBot.
- Parameters:
name- The name of the AppInstanceBot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
AppInstanceBot.Builder configuration(Configuration configuration)
The data processing instructions for an AppInstanceBot.
- Parameters:
configuration- The data processing instructions for an AppInstanceBot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
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.Builderavoiding the need to create one manually viaConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(Configuration).- Parameters:
configuration- a consumer that will call methods onConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(Configuration)
-
createdTimestamp
AppInstanceBot.Builder createdTimestamp(Instant createdTimestamp)
The time at which the
AppInstanceBotwas created.- Parameters:
createdTimestamp- The time at which theAppInstanceBotwas created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
AppInstanceBot.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time at which the
AppInstanceBotwas last updated.- Parameters:
lastUpdatedTimestamp- The time at which theAppInstanceBotwas last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
AppInstanceBot.Builder metadata(String metadata)
The metadata for an AppInstanceBot.
- Parameters:
metadata- The metadata for an AppInstanceBot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-