Interface ListCrawlsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListCrawlsResponse.Builder,
,ListCrawlsResponse> GlueResponse.Builder
,SdkBuilder<ListCrawlsResponse.Builder,
,ListCrawlsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListCrawlsResponse
@Mutable
@NotThreadSafe
public static interface ListCrawlsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListCrawlsResponse.Builder,ListCrawlsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncrawls
(Collection<CrawlerHistory> crawls) A list ofCrawlerHistory
objects representing the crawl runs that meet your criteria.crawls
(Consumer<CrawlerHistory.Builder>... crawls) A list ofCrawlerHistory
objects representing the crawl runs that meet your criteria.crawls
(CrawlerHistory... crawls) A list ofCrawlerHistory
objects representing the crawl runs that meet your criteria.A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
crawls
A list of
CrawlerHistory
objects representing the crawl runs that meet your criteria.- Parameters:
crawls
- A list ofCrawlerHistory
objects representing the crawl runs that meet your criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crawls
A list of
CrawlerHistory
objects representing the crawl runs that meet your criteria.- Parameters:
crawls
- A list ofCrawlerHistory
objects representing the crawl runs that meet your criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crawls
A list of
This is a convenience method that creates an instance of theCrawlerHistory
objects representing the crawl runs that meet your criteria.CrawlerHistory.Builder
avoiding the need to create one manually viaCrawlerHistory.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocrawls(List<CrawlerHistory>)
.- Parameters:
crawls
- a consumer that will call methods onCrawlerHistory.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
- Parameters:
nextToken
- A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-