Interface GetSlotTypeVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSlotTypeVersionsRequest.Builder,GetSlotTypeVersionsRequest>,LexModelBuildingRequest.Builder,SdkBuilder<GetSlotTypeVersionsRequest.Builder,GetSlotTypeVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSlotTypeVersionsRequest
public static interface GetSlotTypeVersionsRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetSlotTypeVersionsRequest.Builder,GetSlotTypeVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSlotTypeVersionsRequest.BuildermaxResults(Integer maxResults)The maximum number of slot type versions to return in the response.GetSlotTypeVersionsRequest.Buildername(String name)The name of the slot type for which versions should be returned.GetSlotTypeVersionsRequest.BuildernextToken(String nextToken)A pagination token for fetching the next page of slot type versions.GetSlotTypeVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSlotTypeVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetSlotTypeVersionsRequest.Builder name(String name)
The name of the slot type for which versions should be returned.
- Parameters:
name- The name of the slot type for which versions should be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetSlotTypeVersionsRequest.Builder nextToken(String nextToken)
A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.
- Parameters:
nextToken- A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetSlotTypeVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of slot type versions to return in the response. The default is 10.
- Parameters:
maxResults- The maximum number of slot type versions to return in the response. The default is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSlotTypeVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSlotTypeVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-