CopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>, SdkBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>public static interface DeleteSlotTypeVersionRequest.Builder extends CopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteSlotTypeVersionRequest.Builder |
name(String name) |
The name of the slot type.
|
DeleteSlotTypeVersionRequest.Builder |
version(String version) |
The version of the slot type to delete.
|
copyapply, buildDeleteSlotTypeVersionRequest.Builder name(String name)
The name of the slot type.
name - The name of the slot type.DeleteSlotTypeVersionRequest.Builder version(String version)
The version of the slot type to delete. You cannot delete the $LATEST version of the slot type.
To delete the $LATEST version, use the operation.
version - The version of the slot type to delete. You cannot delete the $LATEST version of the slot
type. To delete the $LATEST version, use the operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.