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
Modifier and TypeMethodDescriptionanalyzerArn
(String analyzerArn) The ARN of the analyzer that generated the finding.The ID of the finding to retrieve.maxResults
(Integer maxResults) The maximum number of results to return in the response.A token used for pagination of results returned.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetFindingV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-