Interface DeleteUtterancesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>,LexModelBuildingRequest.Builder,SdkBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteUtterancesRequest
public static interface DeleteUtterancesRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteUtterancesRequest.BuilderbotName(String botName)The name of the bot that stored the utterances.DeleteUtterancesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteUtterancesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteUtterancesRequest.BuilderuserId(String userId)The unique identifier for the user that made the utterances.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelbuilding.model.LexModelBuildingRequest.Builder
build
-
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
-
botName
DeleteUtterancesRequest.Builder botName(String botName)
The name of the bot that stored the utterances.
- Parameters:
botName- The name of the bot that stored the utterances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
DeleteUtterancesRequest.Builder userId(String userId)
The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.
- Parameters:
userId- The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteUtterancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteUtterancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-