public static interface ListAnalyzedResourcesRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListAnalyzedResourcesRequest.Builder,ListAnalyzedResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAnalyzedResourcesRequest.Builder |
analyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve a list of analyzed resources from.
|
ListAnalyzedResourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAnalyzedResourcesRequest.Builder |
nextToken(String nextToken)
A token used for pagination of results returned.
|
ListAnalyzedResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnalyzedResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAnalyzedResourcesRequest.Builder |
resourceType(ResourceType resourceType)
The type of resource.
|
ListAnalyzedResourcesRequest.Builder |
resourceType(String resourceType)
The type of resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnalyzedResourcesRequest.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve a list of analyzed resources from.
analyzerArn - The ARN of the analyzer to retrieve a list of analyzed resources from.ListAnalyzedResourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListAnalyzedResourcesRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.ListAnalyzedResourcesRequest.Builder resourceType(String resourceType)
The type of resource.
resourceType - The type of resource.ResourceType,
ResourceTypeListAnalyzedResourcesRequest.Builder resourceType(ResourceType resourceType)
The type of resource.
resourceType - The type of resource.ResourceType,
ResourceTypeListAnalyzedResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnalyzedResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.