Interface GetFindingV2Request.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetFindingV2Request.Builder,GetFindingV2Request>,SdkBuilder<GetFindingV2Request.Builder,GetFindingV2Request>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFindingV2Request
public static interface GetFindingV2Request.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<GetFindingV2Request.Builder,GetFindingV2Request>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFindingV2Request.BuilderanalyzerArn(String analyzerArn)The ARN of the analyzer that generated the finding.GetFindingV2Request.Builderid(String id)The ID of the finding to retrieve.GetFindingV2Request.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.GetFindingV2Request.BuildernextToken(String nextToken)A token used for pagination of results returned.GetFindingV2Request.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFindingV2Request.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetFindingV2Request.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer that generated the finding.
- Parameters:
analyzerArn- The ARN of the analyzer that generated the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetFindingV2Request.Builder id(String id)
The ID of the finding to retrieve.
- Parameters:
id- The ID of the finding to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetFindingV2Request.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.
-
nextToken
GetFindingV2Request.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.
-
overrideConfiguration
GetFindingV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFindingV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-