Interface ListExportsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListExportsResponse.Builder,ListExportsResponse>, LexModelsV2Response.Builder, SdkBuilder<ListExportsResponse.Builder,ListExportsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListExportsResponse

public static interface ListExportsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListExportsResponse.Builder,ListExportsResponse>
  • Method Details

    • botId

      The unique identifier assigned to the bot by Amazon Lex.

      Parameters:
      botId - The unique identifier assigned to the bot by Amazon Lex.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersion

      ListExportsResponse.Builder botVersion(String botVersion)

      The version of the bot that was exported.

      Parameters:
      botVersion - The version of the bot that was exported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exportSummaries

      ListExportsResponse.Builder exportSummaries(Collection<ExportSummary> exportSummaries)

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

      Parameters:
      exportSummaries - Summary information for the exports that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter. If there are more exports 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.
    • exportSummaries

      ListExportsResponse.Builder exportSummaries(ExportSummary... exportSummaries)

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

      Parameters:
      exportSummaries - Summary information for the exports that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter. If there are more exports 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.
    • exportSummaries

      ListExportsResponse.Builder exportSummaries(Consumer<ExportSummary.Builder>... exportSummaries)

      Summary information for the exports that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter. If there are more exports 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 ExportSummary.Builder avoiding the need to create one manually via ExportSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to exportSummaries(List<ExportSummary>).

      Parameters:
      exportSummaries - a consumer that will call methods on ExportSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListExportsResponse.Builder nextToken(String nextToken)

      A token that indicates whether there are more results to return in a response to the ListExports operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListExports 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 ListExports operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListExports 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

      ListExportsResponse.Builder localeId(String localeId)

      The locale specified in the request.

      Parameters:
      localeId - The locale specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.