public static interface DeleteIntentVersionRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteIntentVersionRequest.Builder,DeleteIntentVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteIntentVersionRequest.Builder |
name(String name)
The name of the intent.
|
DeleteIntentVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteIntentVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteIntentVersionRequest.Builder |
version(String version)
The version of the intent to delete.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteIntentVersionRequest.Builder name(String name)
The name of the intent.
name - The name of the intent.DeleteIntentVersionRequest.Builder version(String version)
The version of the intent to delete. You cannot delete the $LATEST version of the intent. To
delete the $LATEST version, use the DeleteIntent operation.
version - The version of the intent to delete. You cannot delete the $LATEST version of the intent.
To delete the $LATEST version, use the DeleteIntent operation.DeleteIntentVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteIntentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.