Interface StartImportRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartImportRequest.Builder,
,StartImportRequest> LexModelsV2Request.Builder
,SdkBuilder<StartImportRequest.Builder,
,StartImportRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartImportRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilePassword
(String filePassword) The password used to encrypt the zip archive that contains the resource definition.The unique identifier for the import.mergeStrategy
(String mergeStrategy) The strategy to use when there is a name conflict between the imported resource and an existing resource.mergeStrategy
(MergeStrategy mergeStrategy) The strategy to use when there is a name conflict between the imported resource and an existing resource.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default StartImportRequest.Builder
resourceSpecification
(Consumer<ImportResourceSpecification.Builder> resourceSpecification) Parameters for creating the bot, bot locale or custom vocabulary.resourceSpecification
(ImportResourceSpecification resourceSpecification) Parameters for creating the bot, bot locale or custom vocabulary.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.lexmodelsv2.model.LexModelsV2Request.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 Details
-
importId
The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.
- Parameters:
importId
- The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSpecification
Parameters for creating the bot, bot locale or custom vocabulary.
- Parameters:
resourceSpecification
- Parameters for creating the bot, bot locale or custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSpecification
default StartImportRequest.Builder resourceSpecification(Consumer<ImportResourceSpecification.Builder> resourceSpecification) Parameters for creating the bot, bot locale or custom vocabulary.
This is a convenience method that creates an instance of theImportResourceSpecification.Builder
avoiding the need to create one manually viaImportResourceSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresourceSpecification(ImportResourceSpecification)
.- Parameters:
resourceSpecification
- a consumer that will call methods onImportResourceSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mergeStrategy
The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is
FailOnConflict
existing resources are not overwritten and the import fails.- Parameters:
mergeStrategy
- The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy isFailOnConflict
existing resources are not overwritten and the import fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mergeStrategy
The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is
FailOnConflict
existing resources are not overwritten and the import fails.- Parameters:
mergeStrategy
- The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy isFailOnConflict
existing resources are not overwritten and the import fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filePassword
The password used to encrypt the zip archive that contains the resource definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.
- Parameters:
filePassword
- The password used to encrypt the zip archive that contains the resource definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartImportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartImportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-