Interface GetBotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<GetBotRequest.Builder,GetBotRequest>,SdkBuilder<GetBotRequest.Builder,GetBotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBotRequest
public static interface GetBotRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<GetBotRequest.Builder,GetBotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBotRequest.BuilderaccountId(String accountId)The Amazon Chime account ID.GetBotRequest.BuilderbotId(String botId)The bot ID.GetBotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
build
-
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 Detail
-
accountId
GetBotRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
- Parameters:
accountId- The Amazon Chime account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botId
GetBotRequest.Builder botId(String botId)
The bot ID.
- Parameters:
botId- The bot ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-