Interface ListCrawlersResponse.Builder

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

public static interface ListCrawlersResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListCrawlersResponse.Builder,ListCrawlersResponse>
  • Method Details

    • crawlerNames

      ListCrawlersResponse.Builder crawlerNames(Collection<String> crawlerNames)

      The names of all crawlers in the account, or the crawlers with the specified tags.

      Parameters:
      crawlerNames - The names of all crawlers in the account, or the crawlers with the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • crawlerNames

      ListCrawlersResponse.Builder crawlerNames(String... crawlerNames)

      The names of all crawlers in the account, or the crawlers with the specified tags.

      Parameters:
      crawlerNames - The names of all crawlers in the account, or the crawlers with the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListCrawlersResponse.Builder nextToken(String nextToken)

      A continuation token, if the returned list does not contain the last metric available.

      Parameters:
      nextToken - A continuation token, if the returned list does not contain the last metric available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.