Interface ListDiscoverersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDiscoverersResponse.Builder,
,ListDiscoverersResponse> SchemasResponse.Builder
,SdkBuilder<ListDiscoverersResponse.Builder,
,ListDiscoverersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDiscoverersResponse
@Mutable
@NotThreadSafe
public static interface ListDiscoverersResponse.Builder
extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<ListDiscoverersResponse.Builder,ListDiscoverersResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondiscoverers
(Collection<DiscovererSummary> discoverers) An array of DiscovererSummary information.discoverers
(Consumer<DiscovererSummary.Builder>... discoverers) An array of DiscovererSummary information.discoverers
(DiscovererSummary... discoverers) An array of DiscovererSummary information.The token that specifies the next page of results to return.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.schemas.model.SchemasResponse.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
-
discoverers
An array of DiscovererSummary information.
- Parameters:
discoverers
- An array of DiscovererSummary information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discoverers
An array of DiscovererSummary information.
- Parameters:
discoverers
- An array of DiscovererSummary information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discoverers
An array of DiscovererSummary information.
This is a convenience method that creates an instance of theDiscovererSummary.Builder
avoiding the need to create one manually viaDiscovererSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todiscoverers(List<DiscovererSummary>)
.- Parameters:
discoverers
- a consumer that will call methods onDiscovererSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
- Parameters:
nextToken
- The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-