Interface GetSlotTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>,LexModelBuildingRequest.Builder,SdkBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSlotTypeRequest
public static interface GetSlotTypeRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetSlotTypeRequest.Builder,GetSlotTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSlotTypeRequest.Buildername(String name)The name of the slot type.GetSlotTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSlotTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSlotTypeRequest.Builderversion(String version)The version of the slot type.-
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
GetSlotTypeRequest.Builder name(String name)
The name of the slot type. The name is case sensitive.
- Parameters:
name- The name of the slot type. The name is case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
GetSlotTypeRequest.Builder version(String version)
The version of the slot type.
- Parameters:
version- The version of the slot type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSlotTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSlotTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-