Class SecurityHubEndpointBuilderFactory.SecurityHubHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.SecurityHubEndpointBuilderFactory.SecurityHubHeaderNameBuilder
- Enclosing interface:
SecurityHubEndpointBuilderFactory
The builder of headers' name for the AWS Security Hub component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe confidence level to set on findings.The criticality level to set on findings.The count of findings that failed to import.The filters to apply when retrieving findings.The finding ID to get history for.The finding identifiers for batch update.The list of findings to import.The maximum number of results to return.The token for the next set of results.The note to add to findings during update.The operation we want to perform.The list of findings that were updated successfully.The product ARN for the finding.Related findings to associate.The severity to set on findings during update.The count of findings that were successfully imported.The types to assign to findings.The list of findings that were not updated.User-defined fields to add to findings.The verification state to set on findings.The workflow status to set on findings.
-
Constructor Details
-
SecurityHubHeaderNameBuilder
public SecurityHubHeaderNameBuilder()
-
-
Method Details
-
awsSecurityHubOperation
The operation we want to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSecurityHubOperation.
-
awsSecurityHubFindings
The list of findings to import. The option is a:List<AwsSecurityFinding>type. Group: producer- Returns:
- the name of the header
AwsSecurityHubFindings.
-
awsSecurityHubFindingIdentifiers
The finding identifiers for batch update. The option is a:List<AwsSecurityFindingIdentifier>type. Group: producer- Returns:
- the name of the header
AwsSecurityHubFindingIdentifiers.
-
awsSecurityHubFilters
The filters to apply when retrieving findings. The option is a:AwsSecurityFindingFilterstype. Group: producer- Returns:
- the name of the header
AwsSecurityHubFilters.
-
awsSecurityHubNote
The note to add to findings during update. The option is a:NoteUpdatetype. Group: producer- Returns:
- the name of the header
AwsSecurityHubNote.
-
awsSecurityHubSeverity
The severity to set on findings during update. The option is a:SeverityUpdatetype. Group: producer- Returns:
- the name of the header
AwsSecurityHubSeverity.
-
awsSecurityHubWorkflow
The workflow status to set on findings. The option is a:WorkflowUpdatetype. Group: producer- Returns:
- the name of the header
AwsSecurityHubWorkflow.
-
awsSecurityHubVerificationState
The verification state to set on findings. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsSecurityHubVerificationState.
-
awsSecurityHubConfidence
The confidence level to set on findings. The option is a:Integertype. Group: producer- Returns:
- the name of the header
AwsSecurityHubConfidence.
-
awsSecurityHubCriticality
The criticality level to set on findings. The option is a:Integertype. Group: producer- Returns:
- the name of the header
AwsSecurityHubCriticality.
-
awsSecurityHubUserDefinedFields
User-defined fields to add to findings. The option is a:Map<String, String>type. Group: producer- Returns:
- the name of the header
AwsSecurityHubUserDefinedFields.
-
awsSecurityHubRelatedFindings
Related findings to associate. The option is a:List<RelatedFinding>type. Group: producer- Returns:
- the name of the header
AwsSecurityHubRelatedFindings.
-
awsSecurityHubTypes
The types to assign to findings. The option is a:List<String>type. Group: producer- Returns:
- the name of the header
AwsSecurityHubTypes.
-
awsSecurityHubNextToken
The token for the next set of results. The option is a:Stringtype. Group: getFindings listEnabledProductsForImport getFindingHistory- Returns:
- the name of the header
AwsSecurityHubNextToken.
-
awsSecurityHubMaxResults
The maximum number of results to return. The option is a:Integertype. Group: getFindings- Returns:
- the name of the header
AwsSecurityHubMaxResults.
-
awsSecurityHubFailedCount
The count of findings that failed to import. The option is a:Integertype. Group: batchImportFindings- Returns:
- the name of the header
AwsSecurityHubFailedCount.
-
awsSecurityHubSuccessCount
The count of findings that were successfully imported. The option is a:Integertype. Group: batchImportFindings- Returns:
- the name of the header
AwsSecurityHubSuccessCount.
-
awsSecurityHubUnprocessedFindings
The list of findings that were not updated. The option is a:List<BatchUpdateFindingsUnprocessedFinding>type. Group: batchUpdateFindings- Returns:
- the name of the header
AwsSecurityHubUnprocessedFindings.
-
awsSecurityHubProcessedFindings
The list of findings that were updated successfully. The option is a:List<AwsSecurityFindingIdentifier>type. Group: batchUpdateFindings- Returns:
- the name of the header
AwsSecurityHubProcessedFindings.
-
awsSecurityHubFindingId
The finding ID to get history for. The option is a:Stringtype. Group: getFindingHistory- Returns:
- the name of the header
AwsSecurityHubFindingId.
-
awsSecurityHubProductArn
The product ARN for the finding. The option is a:Stringtype. Group: getFindingHistory- Returns:
- the name of the header
AwsSecurityHubProductArn.
-