Interface UpdateBotResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<UpdateBotResponse.Builder,,UpdateBotResponse> SdkBuilder<UpdateBotResponse.Builder,,UpdateBotResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateBotResponse
public static interface UpdateBotResponse.Builder
extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<UpdateBotResponse.Builder,UpdateBotResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateBotResponse.Builderbot(Consumer<Bot.Builder> bot) The updated bot details.The updated bot details.Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
bot
The updated bot details.
- Parameters:
bot- The updated bot details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bot
The updated bot details.
This is a convenience method that creates an instance of theBot.Builderavoiding the need to create one manually viaBot.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobot(Bot).- Parameters:
bot- a consumer that will call methods onBot.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-