public static interface BatchUpdateFindingsUnprocessedFinding.Builder extends SdkPojo, CopyableBuilder<BatchUpdateFindingsUnprocessedFinding.Builder,BatchUpdateFindingsUnprocessedFinding>
Modifier and Type | Method and Description |
---|---|
BatchUpdateFindingsUnprocessedFinding.Builder |
errorCode(String errorCode)
The code associated with the error.
|
BatchUpdateFindingsUnprocessedFinding.Builder |
errorMessage(String errorMessage)
The message associated with the error.
|
BatchUpdateFindingsUnprocessedFinding.Builder |
findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
The identifier of the finding that was not updated.
|
default BatchUpdateFindingsUnprocessedFinding.Builder |
findingIdentifier(Consumer<AwsSecurityFindingIdentifier.Builder> findingIdentifier)
The identifier of the finding that was not updated.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchUpdateFindingsUnprocessedFinding.Builder findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
The identifier of the finding that was not updated.
findingIdentifier
- The identifier of the finding that was not updated.default BatchUpdateFindingsUnprocessedFinding.Builder findingIdentifier(Consumer<AwsSecurityFindingIdentifier.Builder> findingIdentifier)
The identifier of the finding that was not updated.
This is a convenience that creates an instance of theAwsSecurityFindingIdentifier.Builder
avoiding
the need to create one manually via AwsSecurityFindingIdentifier.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to findingIdentifier(AwsSecurityFindingIdentifier)
.findingIdentifier
- a consumer that will call methods on AwsSecurityFindingIdentifier.Builder
findingIdentifier(AwsSecurityFindingIdentifier)
BatchUpdateFindingsUnprocessedFinding.Builder errorCode(String errorCode)
The code associated with the error.
errorCode
- The code associated with the error.BatchUpdateFindingsUnprocessedFinding.Builder errorMessage(String errorMessage)
The message associated with the error.
errorMessage
- The message associated with the error.