Interface DeleteIntentVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteIntentVersionRequest.Builder,DeleteIntentVersionRequest>,LexModelBuildingRequest.Builder,SdkBuilder<DeleteIntentVersionRequest.Builder,DeleteIntentVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteIntentVersionRequest
public static interface DeleteIntentVersionRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteIntentVersionRequest.Builder,DeleteIntentVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIntentVersionRequest.Buildername(String name)The name of the intent.DeleteIntentVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIntentVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteIntentVersionRequest.Builderversion(String version)The version of the intent 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, sdkFields
-
-
-
-
Method Detail
-
name
DeleteIntentVersionRequest.Builder name(String name)
The name of the intent.
- Parameters:
name- The name of the intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
DeleteIntentVersionRequest.Builder version(String version)
The version of the intent to delete. You cannot delete the
$LATESTversion of the intent. To delete the$LATESTversion, use the DeleteIntent operation.- Parameters:
version- The version of the intent to delete. You cannot delete the$LATESTversion of the intent. To delete the$LATESTversion, use the DeleteIntent operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteIntentVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteIntentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-