Interface UpdateExtractionDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateExtractionDefinitionRequest.Builder,,UpdateExtractionDefinitionRequest> SdkBuilder<UpdateExtractionDefinitionRequest.Builder,,UpdateExtractionDefinitionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateExtractionDefinitionRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.The display settings for the extraction definition.display(ExtractionDefinitionDisplay display) The display settings for the extraction definition.extractionConfiguration(Consumer<ExtractionConfiguration.Builder> extractionConfiguration) The configuration that defines how data is extracted, including the prompt hint and not-found behavior.extractionConfiguration(ExtractionConfiguration extractionConfiguration) The configuration that defines how data is extracted, including the prompt hint and not-found behavior.extractionDefinitionId(String extractionDefinitionId) The identifier of the extraction definition to update.instanceId(String instanceId) The identifier of the Connect Customer instance.The name of the extraction definition.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
buildMethods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extractionDefinitionId
The identifier of the extraction definition to update.
- Parameters:
extractionDefinitionId- The identifier of the extraction definition to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the extraction definition.
- Parameters:
name- The name of the extraction definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extractionConfiguration
UpdateExtractionDefinitionRequest.Builder extractionConfiguration(ExtractionConfiguration extractionConfiguration) The configuration that defines how data is extracted, including the prompt hint and not-found behavior.
- Parameters:
extractionConfiguration- The configuration that defines how data is extracted, including the prompt hint and not-found behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extractionConfiguration
default UpdateExtractionDefinitionRequest.Builder extractionConfiguration(Consumer<ExtractionConfiguration.Builder> extractionConfiguration) The configuration that defines how data is extracted, including the prompt hint and not-found behavior.
This is a convenience method that creates an instance of theExtractionConfiguration.Builderavoiding the need to create one manually viaExtractionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toextractionConfiguration(ExtractionConfiguration).- Parameters:
extractionConfiguration- a consumer that will call methods onExtractionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
display
The display settings for the extraction definition.
- Parameters:
display- The display settings for the extraction definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
display
default UpdateExtractionDefinitionRequest.Builder display(Consumer<ExtractionDefinitionDisplay.Builder> display) The display settings for the extraction definition.
This is a convenience method that creates an instance of theExtractionDefinitionDisplay.Builderavoiding the need to create one manually viaExtractionDefinitionDisplay.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisplay(ExtractionDefinitionDisplay).- Parameters:
display- a consumer that will call methods onExtractionDefinitionDisplay.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateExtractionDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateExtractionDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-