Interface ListBuiltInSlotTypesResponse.Builder

    • Method Detail

      • builtInSlotTypeSummaries

        ListBuiltInSlotTypesResponse.Builder builtInSlotTypeSummaries​(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)

        Summary information for the built-in slot types that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more slot types available, the nextToken field contains a token to get the next page of results.

        Parameters:
        builtInSlotTypeSummaries - Summary information for the built-in slot types that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more slot types available, the nextToken field contains a token to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • builtInSlotTypeSummaries

        ListBuiltInSlotTypesResponse.Builder builtInSlotTypeSummaries​(BuiltInSlotTypeSummary... builtInSlotTypeSummaries)

        Summary information for the built-in slot types that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more slot types available, the nextToken field contains a token to get the next page of results.

        Parameters:
        builtInSlotTypeSummaries - Summary information for the built-in slot types that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more slot types available, the nextToken field contains a token to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • builtInSlotTypeSummaries

        ListBuiltInSlotTypesResponse.Builder builtInSlotTypeSummaries​(Consumer<BuiltInSlotTypeSummary.Builder>... builtInSlotTypeSummaries)

        Summary information for the built-in slot types that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more slot types available, the nextToken field contains a token to get the next page of results.

        This is a convenience method that creates an instance of the BuiltInSlotTypeSummary.Builder avoiding the need to create one manually via BuiltInSlotTypeSummary.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #builtInSlotTypeSummaries(List).

        Parameters:
        builtInSlotTypeSummaries - a consumer that will call methods on BuiltInSlotTypeSummary.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #builtInSlotTypeSummaries(java.util.Collection)
      • nextToken

        ListBuiltInSlotTypesResponse.Builder nextToken​(String nextToken)

        A token that indicates whether there are more results to return in a response to the ListBuiltInSlotTypes operation. If the nextToken field is present, you send the contents as the nextToken parameter of a LIstBuiltInSlotTypes operation request to get the next page of results.

        Parameters:
        nextToken - A token that indicates whether there are more results to return in a response to the ListBuiltInSlotTypes operation. If the nextToken field is present, you send the contents as the nextToken parameter of a LIstBuiltInSlotTypes operation request to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localeId

        ListBuiltInSlotTypesResponse.Builder localeId​(String localeId)

        The language and locale of the slot types in the list.

        Parameters:
        localeId - The language and locale of the slot types in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.