Interface GetSlotTypeVersionsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetSlotTypeVersionsRequest.Builder,GetSlotTypeVersionsRequest>, LexModelBuildingRequest.Builder, SdkBuilder<GetSlotTypeVersionsRequest.Builder,GetSlotTypeVersionsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetSlotTypeVersionsRequest

  • Method Details

    • 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

      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.