Interface GetBuiltinSlotTypesRequest.Builder

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

  • Method Details

    • locale

      A list of locales that the slot type supports.

      Parameters:
      locale - A list of locales that the slot type supports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • locale

      A list of locales that the slot type supports.

      Parameters:
      locale - A list of locales that the slot type supports.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • signatureContains

      GetBuiltinSlotTypesRequest.Builder signatureContains(String signatureContains)

      Substring to match in built-in slot type signatures. A slot type will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."

      Parameters:
      signatureContains - Substring to match in built-in slot type signatures. A slot type will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of slot types, specify the pagination token in the next request.

      Parameters:
      nextToken - A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of slot types, 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 types to return in the response. The default is 10.

      Parameters:
      maxResults - The maximum number of slot types 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

      GetBuiltinSlotTypesRequest.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.