Interface UpdateFindingsRequest.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>,SdkBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFindingsRequest
public static interface UpdateFindingsRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<UpdateFindingsRequest.Builder,UpdateFindingsRequest>
-
-
Method Summary
-
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
UpdateFindingsRequest.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer that generated the findings to update.
- Parameters:
analyzerArn- The ARN of the analyzer that generated the findings to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateFindingsRequest.Builder status(String status)
The state represents the action to take to update the finding Status. Use
ARCHIVEto change an Active finding to an Archived finding. UseACTIVEto change an Archived finding to an Active finding.- Parameters:
status- The state represents the action to take to update the finding Status. UseARCHIVEto change an Active finding to an Archived finding. UseACTIVEto change an Archived finding to an Active finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingStatusUpdate,FindingStatusUpdate
-
status
UpdateFindingsRequest.Builder status(FindingStatusUpdate status)
The state represents the action to take to update the finding Status. Use
ARCHIVEto change an Active finding to an Archived finding. UseACTIVEto change an Archived finding to an Active finding.- Parameters:
status- The state represents the action to take to update the finding Status. UseARCHIVEto change an Active finding to an Archived finding. UseACTIVEto change an Archived finding to an Active finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingStatusUpdate,FindingStatusUpdate
-
ids
UpdateFindingsRequest.Builder ids(Collection<String> ids)
The IDs of the findings to update.
- Parameters:
ids- The IDs of the findings to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
UpdateFindingsRequest.Builder ids(String... ids)
The IDs of the findings to update.
- Parameters:
ids- The IDs of the findings to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
UpdateFindingsRequest.Builder resourceArn(String resourceArn)
The ARN of the resource identified in the finding.
- Parameters:
resourceArn- The ARN of the resource identified in the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
UpdateFindingsRequest.Builder clientToken(String clientToken)
A client token.
- Parameters:
clientToken- A client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-