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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCrawlersResponse.BuildercrawlerNames(String... crawlerNames)The names of all crawlers in the account, or the crawlers with the specified tags.ListCrawlersResponse.BuildercrawlerNames(Collection<String> crawlerNames)The names of all crawlers in the account, or the crawlers with the specified tags.ListCrawlersResponse.BuildernextToken(String nextToken)A continuation token, if the returned list does not contain the last metric available.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-