Interface PutEventsConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<PutEventsConfigurationRequest.Builder,PutEventsConfigurationRequest>,SdkBuilder<PutEventsConfigurationRequest.Builder,PutEventsConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutEventsConfigurationRequest
public static interface PutEventsConfigurationRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<PutEventsConfigurationRequest.Builder,PutEventsConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutEventsConfigurationRequest.BuilderaccountId(String accountId)The Amazon Chime account ID.PutEventsConfigurationRequest.BuilderbotId(String botId)The bot ID.PutEventsConfigurationRequest.BuilderlambdaFunctionArn(String lambdaFunctionArn)Lambda function ARN that allows the bot to receive outgoing events.PutEventsConfigurationRequest.BuilderoutboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)HTTPS endpoint that allows the bot to receive outgoing events.PutEventsConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutEventsConfigurationRequest.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
PutEventsConfigurationRequest.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
PutEventsConfigurationRequest.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.
-
outboundEventsHTTPSEndpoint
PutEventsConfigurationRequest.Builder outboundEventsHTTPSEndpoint(String outboundEventsHTTPSEndpoint)
HTTPS endpoint that allows the bot to receive outgoing events.
- Parameters:
outboundEventsHTTPSEndpoint- HTTPS endpoint that allows the bot to receive outgoing events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaFunctionArn
PutEventsConfigurationRequest.Builder lambdaFunctionArn(String lambdaFunctionArn)
Lambda function ARN that allows the bot to receive outgoing events.
- Parameters:
lambdaFunctionArn- Lambda function ARN that allows the bot to receive outgoing events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutEventsConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutEventsConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-