public static interface ListDiscoverersRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<ListDiscoverersRequest.Builder,ListDiscoverersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDiscoverersRequest.Builder |
discovererIdPrefix(String discovererIdPrefix)
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
|
ListDiscoverersRequest.Builder |
limit(Integer limit)
Sets the value of the Limit property for this object.
|
ListDiscoverersRequest.Builder |
nextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListDiscoverersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDiscoverersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDiscoverersRequest.Builder |
sourceArnPrefix(String sourceArnPrefix)
Specifying this limits the results to only those ARNs that start with the specified prefix.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDiscoverersRequest.Builder discovererIdPrefix(String discovererIdPrefix)
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
discovererIdPrefix - Specifying this limits the results to only those discoverer IDs that start with the specified prefix.ListDiscoverersRequest.Builder limit(Integer limit)
limit - The new value for the Limit property for this object.ListDiscoverersRequest.Builder nextToken(String 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.
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.ListDiscoverersRequest.Builder sourceArnPrefix(String sourceArnPrefix)
Specifying this limits the results to only those ARNs that start with the specified prefix.
sourceArnPrefix - Specifying this limits the results to only those ARNs that start with the specified prefix.ListDiscoverersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDiscoverersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.