Interface CreateExtractionDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<CreateExtractionDefinitionRequest.Builder,,CreateExtractionDefinitionRequest> SdkBuilder<CreateExtractionDefinitionRequest.Builder,,CreateExtractionDefinitionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateExtractionDefinitionRequest
-
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, including the label shown in the agent workspace.display(ExtractionDefinitionDisplay display) The display settings for the extraction definition, including the label shown in the agent workspace.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.instanceId(String instanceId) The identifier of the Connect Customer instance.A unique 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.The tags used to organize, track, or control access for this resource.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.
-
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
A unique name of the extraction definition.
- Parameters:
name- A unique name of the extraction definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extractionConfiguration
CreateExtractionDefinitionRequest.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 CreateExtractionDefinitionRequest.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, including the label shown in the agent workspace.
- Parameters:
display- The display settings for the extraction definition, including the label shown in the agent workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
display
default CreateExtractionDefinitionRequest.Builder display(Consumer<ExtractionDefinitionDisplay.Builder> display) The display settings for the extraction definition, including the label shown in the agent workspace.
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:
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateExtractionDefinitionRequest.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
CreateExtractionDefinitionRequest.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.
-