public static interface SearchResourcesResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<SearchResourcesResponse.Builder,SearchResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResponse.Builder |
matchingResources(Collection<MatchingResource> matchingResources)
An array of objects, one for each resource that meets the filter criteria specified in the request.
|
SearchResourcesResponse.Builder |
matchingResources(Consumer<MatchingResource.Builder>... matchingResources)
An array of objects, one for each resource that meets the filter criteria specified in the request.
|
SearchResourcesResponse.Builder |
matchingResources(MatchingResource... matchingResources)
An array of objects, one for each resource that meets the filter criteria specified in the request.
|
SearchResourcesResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourcesResponse.Builder matchingResources(Collection<MatchingResource> matchingResources)
An array of objects, one for each resource that meets the filter criteria specified in the request.
matchingResources - An array of objects, one for each resource that meets the filter criteria specified in the request.SearchResourcesResponse.Builder matchingResources(MatchingResource... matchingResources)
An array of objects, one for each resource that meets the filter criteria specified in the request.
matchingResources - An array of objects, one for each resource that meets the filter criteria specified in the request.SearchResourcesResponse.Builder matchingResources(Consumer<MatchingResource.Builder>... matchingResources)
An array of objects, one for each resource that meets the filter criteria specified in the request.
This is a convenience method that creates an instance of theMatchingResource.Builder avoiding the need to create one
manually via MatchingResource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #matchingResources(List.
matchingResources - a consumer that will call methods on
MatchingResource.Builder#matchingResources(java.util.Collection) SearchResourcesResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2022. All rights reserved.