public static interface RegenerateSecurityTokenResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<RegenerateSecurityTokenResponse.Builder,RegenerateSecurityTokenResponse>
| Modifier and Type | Method and Description |
|---|---|
RegenerateSecurityTokenResponse.Builder |
bot(Bot bot)
A resource that allows Enterprise account administrators to configure an interface that receives events from
Amazon Chime.
|
default RegenerateSecurityTokenResponse.Builder |
bot(Consumer<Bot.Builder> bot)
A resource that allows Enterprise account administrators to configure an interface that receives events from
Amazon Chime.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegenerateSecurityTokenResponse.Builder bot(Bot bot)
A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.
bot - A resource that allows Enterprise account administrators to configure an interface that receives
events from Amazon Chime.default RegenerateSecurityTokenResponse.Builder bot(Consumer<Bot.Builder> bot)
A resource that allows Enterprise account administrators to configure an interface that receives events from Amazon Chime.
This is a convenience method that creates an instance of theBot.Builder avoiding the need to create
one manually via Bot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to bot(Bot).
bot - a consumer that will call methods on Bot.Builderbot(Bot)Copyright © 2023. All rights reserved.