Interface DeleteSlotTypeVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>,LexModelBuildingRequest.Builder,SdkBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteSlotTypeVersionRequest
public static interface DeleteSlotTypeVersionRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteSlotTypeVersionRequest.Builder,DeleteSlotTypeVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSlotTypeVersionRequest.Buildername(String name)The name of the slot type.DeleteSlotTypeVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSlotTypeVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSlotTypeVersionRequest.Builderversion(String version)The version of the slot type to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelbuilding.model.LexModelBuildingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
DeleteSlotTypeVersionRequest.Builder name(String name)
The name of the slot type.
- Parameters:
name- The name of the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
DeleteSlotTypeVersionRequest.Builder version(String version)
The version of the slot type to delete. You cannot delete the
$LATESTversion of the slot type. To delete the$LATESTversion, use the DeleteSlotType operation.- Parameters:
version- The version of the slot type to delete. You cannot delete the$LATESTversion of the slot type. To delete the$LATESTversion, use the DeleteSlotType operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteSlotTypeVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteSlotTypeVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-