public static interface CreateSlotTypeVersionRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<CreateSlotTypeVersionRequest.Builder,CreateSlotTypeVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSlotTypeVersionRequest.Builder |
checksum(String checksum)
Checksum for the
$LATEST version of the slot type that you want to publish. |
CreateSlotTypeVersionRequest.Builder |
name(String name)
The name of the slot type that you want to create a new version for.
|
CreateSlotTypeVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSlotTypeVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSlotTypeVersionRequest.Builder name(String name)
The name of the slot type that you want to create a new version for. The name is case sensitive.
name - The name of the slot type that you want to create a new version for. The name is case sensitive.CreateSlotTypeVersionRequest.Builder checksum(String checksum)
Checksum for the $LATEST version of the slot type that you want to publish. If you specify a
checksum and the $LATEST version of the slot type has a different checksum, Amazon Lex returns a
PreconditionFailedException exception and doesn't publish the new version. If you don't specify
a checksum, Amazon Lex publishes the $LATEST version.
checksum - Checksum for the $LATEST version of the slot type that you want to publish. If you
specify a checksum and the $LATEST version of the slot type has a different checksum,
Amazon Lex returns a PreconditionFailedException exception and doesn't publish the new
version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.CreateSlotTypeVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSlotTypeVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.