public static interface DeleteIntentVersionRequest.Builder extends LexModelBuildingRequest.Builder, 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)
Add an optional request override configuration.
|
DeleteIntentVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteIntentVersionRequest.Builder |
version(String version)
The version of the intent to delete.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteIntentVersionRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteIntentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.