CopyableBuilder<DeleteIntentVersionRequest.Builder,DeleteIntentVersionRequest>
, SdkBuilder<DeleteIntentVersionRequest.Builder,DeleteIntentVersionRequest>
public static interface DeleteIntentVersionRequest.Builder extends CopyableBuilder<DeleteIntentVersionRequest.Builder,DeleteIntentVersionRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteIntentVersionRequest.Builder |
name(String name) |
The name of the intent.
|
DeleteIntentVersionRequest.Builder |
version(String version) |
The version of the intent to delete.
|
copy
apply, 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 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 operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.