Interface ListAnalyzedResourcesRequest.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListAnalyzedResourcesRequest.Builder,ListAnalyzedResourcesRequest>,SdkBuilder<ListAnalyzedResourcesRequest.Builder,ListAnalyzedResourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnalyzedResourcesRequest
public static interface ListAnalyzedResourcesRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListAnalyzedResourcesRequest.Builder,ListAnalyzedResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnalyzedResourcesRequest.BuilderanalyzerArn(String analyzerArn)The ARN of the analyzer to retrieve a list of analyzed resources from.ListAnalyzedResourcesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.ListAnalyzedResourcesRequest.BuildernextToken(String nextToken)A token used for pagination of results returned.ListAnalyzedResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnalyzedResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAnalyzedResourcesRequest.BuilderresourceType(String resourceType)The type of resource.ListAnalyzedResourcesRequest.BuilderresourceType(ResourceType resourceType)The type of resource.-
Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
analyzerArn
ListAnalyzedResourcesRequest.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve a list of analyzed resources from.
- Parameters:
analyzerArn- The ARN of the analyzer to retrieve a list of analyzed resources from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
ListAnalyzedResourcesRequest.Builder resourceType(String resourceType)
The type of resource.
- Parameters:
resourceType- The type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
ListAnalyzedResourcesRequest.Builder resourceType(ResourceType resourceType)
The type of resource.
- Parameters:
resourceType- The type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
nextToken
ListAnalyzedResourcesRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned.
- Parameters:
nextToken- A token used for pagination of results returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAnalyzedResourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAnalyzedResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnalyzedResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-