public static interface AutomationRulesFindingFilters.Builder extends SdkPojo, CopyableBuilder<AutomationRulesFindingFilters.Builder,AutomationRulesFindingFilters>
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesFindingFilters.Builder |
awsAccountId(Collection<StringFilter> awsAccountId)
The Amazon Web Services account ID in which a finding was generated.
|
AutomationRulesFindingFilters.Builder |
awsAccountId(Consumer<StringFilter.Builder>... awsAccountId)
The Amazon Web Services account ID in which a finding was generated.
|
AutomationRulesFindingFilters.Builder |
awsAccountId(StringFilter... awsAccountId)
The Amazon Web Services account ID in which a finding was generated.
|
AutomationRulesFindingFilters.Builder |
companyName(Collection<StringFilter> companyName)
The name of the company for the product that generated the finding.
|
AutomationRulesFindingFilters.Builder |
companyName(Consumer<StringFilter.Builder>... companyName)
The name of the company for the product that generated the finding.
|
AutomationRulesFindingFilters.Builder |
companyName(StringFilter... companyName)
The name of the company for the product that generated the finding.
|
AutomationRulesFindingFilters.Builder |
complianceAssociatedStandardsId(Collection<StringFilter> complianceAssociatedStandardsId)
The unique identifier of a standard in which a control is enabled.
|
AutomationRulesFindingFilters.Builder |
complianceAssociatedStandardsId(Consumer<StringFilter.Builder>... complianceAssociatedStandardsId)
The unique identifier of a standard in which a control is enabled.
|
AutomationRulesFindingFilters.Builder |
complianceAssociatedStandardsId(StringFilter... complianceAssociatedStandardsId)
The unique identifier of a standard in which a control is enabled.
|
AutomationRulesFindingFilters.Builder |
complianceSecurityControlId(Collection<StringFilter> complianceSecurityControlId)
The security control ID for which a finding was generated.
|
AutomationRulesFindingFilters.Builder |
complianceSecurityControlId(Consumer<StringFilter.Builder>... complianceSecurityControlId)
The security control ID for which a finding was generated.
|
AutomationRulesFindingFilters.Builder |
complianceSecurityControlId(StringFilter... complianceSecurityControlId)
The security control ID for which a finding was generated.
|
AutomationRulesFindingFilters.Builder |
complianceStatus(Collection<StringFilter> complianceStatus)
The result of a security check.
|
AutomationRulesFindingFilters.Builder |
complianceStatus(Consumer<StringFilter.Builder>... complianceStatus)
The result of a security check.
|
AutomationRulesFindingFilters.Builder |
complianceStatus(StringFilter... complianceStatus)
The result of a security check.
|
AutomationRulesFindingFilters.Builder |
confidence(Collection<NumberFilter> confidence)
The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
|
AutomationRulesFindingFilters.Builder |
confidence(Consumer<NumberFilter.Builder>... confidence)
The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
|
AutomationRulesFindingFilters.Builder |
confidence(NumberFilter... confidence)
The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
|
AutomationRulesFindingFilters.Builder |
createdAt(Collection<DateFilter> createdAt)
A timestamp that indicates when this finding record was created.
|
AutomationRulesFindingFilters.Builder |
createdAt(Consumer<DateFilter.Builder>... createdAt)
A timestamp that indicates when this finding record was created.
|
AutomationRulesFindingFilters.Builder |
createdAt(DateFilter... createdAt)
A timestamp that indicates when this finding record was created.
|
AutomationRulesFindingFilters.Builder |
criticality(Collection<NumberFilter> criticality)
The level of importance that is assigned to the resources that are associated with a finding.
|
AutomationRulesFindingFilters.Builder |
criticality(Consumer<NumberFilter.Builder>... criticality)
The level of importance that is assigned to the resources that are associated with a finding.
|
AutomationRulesFindingFilters.Builder |
criticality(NumberFilter... criticality)
The level of importance that is assigned to the resources that are associated with a finding.
|
AutomationRulesFindingFilters.Builder |
description(Collection<StringFilter> description)
A finding's description.
|
AutomationRulesFindingFilters.Builder |
description(Consumer<StringFilter.Builder>... description)
A finding's description.
|
AutomationRulesFindingFilters.Builder |
description(StringFilter... description)
A finding's description.
|
AutomationRulesFindingFilters.Builder |
firstObservedAt(Collection<DateFilter> firstObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was first observed by the
security findings product.
|
AutomationRulesFindingFilters.Builder |
firstObservedAt(Consumer<DateFilter.Builder>... firstObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was first observed by the
security findings product.
|
AutomationRulesFindingFilters.Builder |
firstObservedAt(DateFilter... firstObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was first observed by the
security findings product.
|
AutomationRulesFindingFilters.Builder |
generatorId(Collection<StringFilter> generatorId)
The identifier for the solution-specific component that generated a finding.
|
AutomationRulesFindingFilters.Builder |
generatorId(Consumer<StringFilter.Builder>... generatorId)
The identifier for the solution-specific component that generated a finding.
|
AutomationRulesFindingFilters.Builder |
generatorId(StringFilter... generatorId)
The identifier for the solution-specific component that generated a finding.
|
AutomationRulesFindingFilters.Builder |
id(Collection<StringFilter> id)
The product-specific identifier for a finding.
|
AutomationRulesFindingFilters.Builder |
id(Consumer<StringFilter.Builder>... id)
The product-specific identifier for a finding.
|
AutomationRulesFindingFilters.Builder |
id(StringFilter... id)
The product-specific identifier for a finding.
|
AutomationRulesFindingFilters.Builder |
lastObservedAt(Collection<DateFilter> lastObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was most recently observed
by the security findings product.
|
AutomationRulesFindingFilters.Builder |
lastObservedAt(Consumer<DateFilter.Builder>... lastObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was most recently observed
by the security findings product.
|
AutomationRulesFindingFilters.Builder |
lastObservedAt(DateFilter... lastObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was most recently observed
by the security findings product.
|
AutomationRulesFindingFilters.Builder |
noteText(Collection<StringFilter> noteText)
The text of a user-defined note that's added to a finding.
|
AutomationRulesFindingFilters.Builder |
noteText(Consumer<StringFilter.Builder>... noteText)
The text of a user-defined note that's added to a finding.
|
AutomationRulesFindingFilters.Builder |
noteText(StringFilter... noteText)
The text of a user-defined note that's added to a finding.
|
AutomationRulesFindingFilters.Builder |
noteUpdatedAt(Collection<DateFilter> noteUpdatedAt)
The timestamp of when the note was updated.
|
AutomationRulesFindingFilters.Builder |
noteUpdatedAt(Consumer<DateFilter.Builder>... noteUpdatedAt)
The timestamp of when the note was updated.
|
AutomationRulesFindingFilters.Builder |
noteUpdatedAt(DateFilter... noteUpdatedAt)
The timestamp of when the note was updated.
|
AutomationRulesFindingFilters.Builder |
noteUpdatedBy(Collection<StringFilter> noteUpdatedBy)
The principal that created a note.
|
AutomationRulesFindingFilters.Builder |
noteUpdatedBy(Consumer<StringFilter.Builder>... noteUpdatedBy)
The principal that created a note.
|
AutomationRulesFindingFilters.Builder |
noteUpdatedBy(StringFilter... noteUpdatedBy)
The principal that created a note.
|
AutomationRulesFindingFilters.Builder |
productArn(Collection<StringFilter> productArn)
The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
|
AutomationRulesFindingFilters.Builder |
productArn(Consumer<StringFilter.Builder>... productArn)
The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
|
AutomationRulesFindingFilters.Builder |
productArn(StringFilter... productArn)
The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
|
AutomationRulesFindingFilters.Builder |
productName(Collection<StringFilter> productName)
Provides the name of the product that generated the finding.
|
AutomationRulesFindingFilters.Builder |
productName(Consumer<StringFilter.Builder>... productName)
Provides the name of the product that generated the finding.
|
AutomationRulesFindingFilters.Builder |
productName(StringFilter... productName)
Provides the name of the product that generated the finding.
|
AutomationRulesFindingFilters.Builder |
recordState(Collection<StringFilter> recordState)
Provides the current state of a finding.
|
AutomationRulesFindingFilters.Builder |
recordState(Consumer<StringFilter.Builder>... recordState)
Provides the current state of a finding.
|
AutomationRulesFindingFilters.Builder |
recordState(StringFilter... recordState)
Provides the current state of a finding.
|
AutomationRulesFindingFilters.Builder |
relatedFindingsId(Collection<StringFilter> relatedFindingsId)
The product-generated identifier for a related finding.
|
AutomationRulesFindingFilters.Builder |
relatedFindingsId(Consumer<StringFilter.Builder>... relatedFindingsId)
The product-generated identifier for a related finding.
|
AutomationRulesFindingFilters.Builder |
relatedFindingsId(StringFilter... relatedFindingsId)
The product-generated identifier for a related finding.
|
AutomationRulesFindingFilters.Builder |
relatedFindingsProductArn(Collection<StringFilter> relatedFindingsProductArn)
The ARN for the product that generated a related finding.
|
AutomationRulesFindingFilters.Builder |
relatedFindingsProductArn(Consumer<StringFilter.Builder>... relatedFindingsProductArn)
The ARN for the product that generated a related finding.
|
AutomationRulesFindingFilters.Builder |
relatedFindingsProductArn(StringFilter... relatedFindingsProductArn)
The ARN for the product that generated a related finding.
|
AutomationRulesFindingFilters.Builder |
resourceDetailsOther(Collection<MapFilter> resourceDetailsOther)
Custom fields and values about the resource that a finding pertains to.
|
AutomationRulesFindingFilters.Builder |
resourceDetailsOther(Consumer<MapFilter.Builder>... resourceDetailsOther)
Custom fields and values about the resource that a finding pertains to.
|
AutomationRulesFindingFilters.Builder |
resourceDetailsOther(MapFilter... resourceDetailsOther)
Custom fields and values about the resource that a finding pertains to.
|
AutomationRulesFindingFilters.Builder |
resourceId(Collection<StringFilter> resourceId)
The identifier for the given resource type.
|
AutomationRulesFindingFilters.Builder |
resourceId(Consumer<StringFilter.Builder>... resourceId)
The identifier for the given resource type.
|
AutomationRulesFindingFilters.Builder |
resourceId(StringFilter... resourceId)
The identifier for the given resource type.
|
AutomationRulesFindingFilters.Builder |
resourcePartition(Collection<StringFilter> resourcePartition)
The partition in which the resource that the finding pertains to is located.
|
AutomationRulesFindingFilters.Builder |
resourcePartition(Consumer<StringFilter.Builder>... resourcePartition)
The partition in which the resource that the finding pertains to is located.
|
AutomationRulesFindingFilters.Builder |
resourcePartition(StringFilter... resourcePartition)
The partition in which the resource that the finding pertains to is located.
|
AutomationRulesFindingFilters.Builder |
resourceRegion(Collection<StringFilter> resourceRegion)
The Amazon Web Services Region where the resource that a finding pertains to is located.
|
AutomationRulesFindingFilters.Builder |
resourceRegion(Consumer<StringFilter.Builder>... resourceRegion)
The Amazon Web Services Region where the resource that a finding pertains to is located.
|
AutomationRulesFindingFilters.Builder |
resourceRegion(StringFilter... resourceRegion)
The Amazon Web Services Region where the resource that a finding pertains to is located.
|
AutomationRulesFindingFilters.Builder |
resourceTags(Collection<MapFilter> resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
AutomationRulesFindingFilters.Builder |
resourceTags(Consumer<MapFilter.Builder>... resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
AutomationRulesFindingFilters.Builder |
resourceTags(MapFilter... resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
|
AutomationRulesFindingFilters.Builder |
resourceType(Collection<StringFilter> resourceType)
The type of resource that the finding pertains to.
|
AutomationRulesFindingFilters.Builder |
resourceType(Consumer<StringFilter.Builder>... resourceType)
The type of resource that the finding pertains to.
|
AutomationRulesFindingFilters.Builder |
resourceType(StringFilter... resourceType)
The type of resource that the finding pertains to.
|
AutomationRulesFindingFilters.Builder |
severityLabel(Collection<StringFilter> severityLabel)
The severity value of the finding.
|
AutomationRulesFindingFilters.Builder |
severityLabel(Consumer<StringFilter.Builder>... severityLabel)
The severity value of the finding.
|
AutomationRulesFindingFilters.Builder |
severityLabel(StringFilter... severityLabel)
The severity value of the finding.
|
AutomationRulesFindingFilters.Builder |
sourceUrl(Collection<StringFilter> sourceUrl)
Provides a URL that links to a page about the current finding in the finding product.
|
AutomationRulesFindingFilters.Builder |
sourceUrl(Consumer<StringFilter.Builder>... sourceUrl)
Provides a URL that links to a page about the current finding in the finding product.
|
AutomationRulesFindingFilters.Builder |
sourceUrl(StringFilter... sourceUrl)
Provides a URL that links to a page about the current finding in the finding product.
|
AutomationRulesFindingFilters.Builder |
title(Collection<StringFilter> title)
A finding's title.
|
AutomationRulesFindingFilters.Builder |
title(Consumer<StringFilter.Builder>... title)
A finding's title.
|
AutomationRulesFindingFilters.Builder |
title(StringFilter... title)
A finding's title.
|
AutomationRulesFindingFilters.Builder |
type(Collection<StringFilter> type)
One or more finding types in the format of namespace/category/classifier that classify a finding.
|
AutomationRulesFindingFilters.Builder |
type(Consumer<StringFilter.Builder>... type)
One or more finding types in the format of namespace/category/classifier that classify a finding.
|
AutomationRulesFindingFilters.Builder |
type(StringFilter... type)
One or more finding types in the format of namespace/category/classifier that classify a finding.
|
AutomationRulesFindingFilters.Builder |
updatedAt(Collection<DateFilter> updatedAt)
A timestamp that indicates when the finding record was most recently updated.
|
AutomationRulesFindingFilters.Builder |
updatedAt(Consumer<DateFilter.Builder>... updatedAt)
A timestamp that indicates when the finding record was most recently updated.
|
AutomationRulesFindingFilters.Builder |
updatedAt(DateFilter... updatedAt)
A timestamp that indicates when the finding record was most recently updated.
|
AutomationRulesFindingFilters.Builder |
userDefinedFields(Collection<MapFilter> userDefinedFields)
A list of user-defined name and value string pairs added to a finding.
|
AutomationRulesFindingFilters.Builder |
userDefinedFields(Consumer<MapFilter.Builder>... userDefinedFields)
A list of user-defined name and value string pairs added to a finding.
|
AutomationRulesFindingFilters.Builder |
userDefinedFields(MapFilter... userDefinedFields)
A list of user-defined name and value string pairs added to a finding.
|
AutomationRulesFindingFilters.Builder |
verificationState(Collection<StringFilter> verificationState)
Provides the veracity of a finding.
|
AutomationRulesFindingFilters.Builder |
verificationState(Consumer<StringFilter.Builder>... verificationState)
Provides the veracity of a finding.
|
AutomationRulesFindingFilters.Builder |
verificationState(StringFilter... verificationState)
Provides the veracity of a finding.
|
AutomationRulesFindingFilters.Builder |
workflowStatus(Collection<StringFilter> workflowStatus)
Provides information about the status of the investigation into a finding.
|
AutomationRulesFindingFilters.Builder |
workflowStatus(Consumer<StringFilter.Builder>... workflowStatus)
Provides information about the status of the investigation into a finding.
|
AutomationRulesFindingFilters.Builder |
workflowStatus(StringFilter... workflowStatus)
Provides information about the status of the investigation into a finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutomationRulesFindingFilters.Builder productArn(Collection<StringFilter> productArn)
The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
productArn - The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.AutomationRulesFindingFilters.Builder productArn(StringFilter... productArn)
The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
productArn - The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.AutomationRulesFindingFilters.Builder productArn(Consumer<StringFilter.Builder>... productArn)
The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #productArn(List.
productArn - a consumer that will call methods on
StringFilter.Builder#productArn(java.util.Collection) AutomationRulesFindingFilters.Builder awsAccountId(Collection<StringFilter> awsAccountId)
The Amazon Web Services account ID in which a finding was generated.
awsAccountId - The Amazon Web Services account ID in which a finding was generated.AutomationRulesFindingFilters.Builder awsAccountId(StringFilter... awsAccountId)
The Amazon Web Services account ID in which a finding was generated.
awsAccountId - The Amazon Web Services account ID in which a finding was generated.AutomationRulesFindingFilters.Builder awsAccountId(Consumer<StringFilter.Builder>... awsAccountId)
The Amazon Web Services account ID in which a finding was generated.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #awsAccountId(List.
awsAccountId - a consumer that will call methods on
StringFilter.Builder#awsAccountId(java.util.Collection) AutomationRulesFindingFilters.Builder id(Collection<StringFilter> id)
The product-specific identifier for a finding.
id - The product-specific identifier for a finding.AutomationRulesFindingFilters.Builder id(StringFilter... id)
The product-specific identifier for a finding.
id - The product-specific identifier for a finding.AutomationRulesFindingFilters.Builder id(Consumer<StringFilter.Builder>... id)
The product-specific identifier for a finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #id(List.
id - a consumer that will call methods on
StringFilter.Builder#id(java.util.Collection) AutomationRulesFindingFilters.Builder generatorId(Collection<StringFilter> generatorId)
The identifier for the solution-specific component that generated a finding.
generatorId - The identifier for the solution-specific component that generated a finding.AutomationRulesFindingFilters.Builder generatorId(StringFilter... generatorId)
The identifier for the solution-specific component that generated a finding.
generatorId - The identifier for the solution-specific component that generated a finding.AutomationRulesFindingFilters.Builder generatorId(Consumer<StringFilter.Builder>... generatorId)
The identifier for the solution-specific component that generated a finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #generatorId(List.
generatorId - a consumer that will call methods on
StringFilter.Builder#generatorId(java.util.Collection) AutomationRulesFindingFilters.Builder type(Collection<StringFilter> type)
One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.
type - One or more finding types in the format of namespace/category/classifier that classify a finding. For
a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.AutomationRulesFindingFilters.Builder type(StringFilter... type)
One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.
type - One or more finding types in the format of namespace/category/classifier that classify a finding. For
a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.AutomationRulesFindingFilters.Builder type(Consumer<StringFilter.Builder>... type)
One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see Types taxonomy for ASFF in the Security Hub User Guide.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #type(List.
type - a consumer that will call methods on
StringFilter.Builder#type(java.util.Collection) AutomationRulesFindingFilters.Builder firstObservedAt(Collection<DateFilter> firstObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
firstObservedAt - A timestamp that indicates when the potential security issue captured by a finding was first observed
by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AutomationRulesFindingFilters.Builder firstObservedAt(DateFilter... firstObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
firstObservedAt - A timestamp that indicates when the potential security issue captured by a finding was first observed
by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AutomationRulesFindingFilters.Builder firstObservedAt(Consumer<DateFilter.Builder>... firstObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
DateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #firstObservedAt(List.
firstObservedAt - a consumer that will call methods on
DateFilter.Builder#firstObservedAt(java.util.Collection) AutomationRulesFindingFilters.Builder lastObservedAt(Collection<DateFilter> lastObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
lastObservedAt - A timestamp that indicates when the potential security issue captured by a finding was most recently
observed by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AutomationRulesFindingFilters.Builder lastObservedAt(DateFilter... lastObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
lastObservedAt - A timestamp that indicates when the potential security issue captured by a finding was most recently
observed by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AutomationRulesFindingFilters.Builder lastObservedAt(Consumer<DateFilter.Builder>... lastObservedAt)
A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
DateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lastObservedAt(List.
lastObservedAt - a consumer that will call methods on
DateFilter.Builder#lastObservedAt(java.util.Collection) AutomationRulesFindingFilters.Builder createdAt(Collection<DateFilter> createdAt)
A timestamp that indicates when this finding record was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
createdAt - A timestamp that indicates when this finding record was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AutomationRulesFindingFilters.Builder createdAt(DateFilter... createdAt)
A timestamp that indicates when this finding record was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
createdAt - A timestamp that indicates when this finding record was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AutomationRulesFindingFilters.Builder createdAt(Consumer<DateFilter.Builder>... createdAt)
A timestamp that indicates when this finding record was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
DateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #createdAt(List.
createdAt - a consumer that will call methods on
DateFilter.Builder#createdAt(java.util.Collection) AutomationRulesFindingFilters.Builder updatedAt(Collection<DateFilter> updatedAt)
A timestamp that indicates when the finding record was most recently updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
updatedAt - A timestamp that indicates when the finding record was most recently updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AutomationRulesFindingFilters.Builder updatedAt(DateFilter... updatedAt)
A timestamp that indicates when the finding record was most recently updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
updatedAt - A timestamp that indicates when the finding record was most recently updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AutomationRulesFindingFilters.Builder updatedAt(Consumer<DateFilter.Builder>... updatedAt)
A timestamp that indicates when the finding record was most recently updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
DateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #updatedAt(List.
updatedAt - a consumer that will call methods on
DateFilter.Builder#updatedAt(java.util.Collection) AutomationRulesFindingFilters.Builder confidence(Collection<NumberFilter> confidence)
The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0
percent confidence, and a value of 100 means 100 percent confidence. For example, a data
exfiltration detection based on a statistical deviation of network traffic has low confidence because an
actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.
confidence - The likelihood that a finding accurately identifies the behavior or issue that it was intended to
identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of
0 means 0 percent confidence, and a value of 100 means 100 percent
confidence. For example, a data exfiltration detection based on a statistical deviation of network
traffic has low confidence because an actual exfiltration hasn't been verified. For more information,
see Confidence in the Security Hub User Guide.AutomationRulesFindingFilters.Builder confidence(NumberFilter... confidence)
The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0
percent confidence, and a value of 100 means 100 percent confidence. For example, a data
exfiltration detection based on a statistical deviation of network traffic has low confidence because an
actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.
confidence - The likelihood that a finding accurately identifies the behavior or issue that it was intended to
identify. Confidence is scored on a 0–100 basis using a ratio scale. A value of
0 means 0 percent confidence, and a value of 100 means 100 percent
confidence. For example, a data exfiltration detection based on a statistical deviation of network
traffic has low confidence because an actual exfiltration hasn't been verified. For more information,
see Confidence in the Security Hub User Guide.AutomationRulesFindingFilters.Builder confidence(Consumer<NumberFilter.Builder>... confidence)
The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
Confidence is scored on a 0–100 basis using a ratio scale. A value of 0 means 0
percent confidence, and a value of 100 means 100 percent confidence. For example, a data
exfiltration detection based on a statistical deviation of network traffic has low confidence because an
actual exfiltration hasn't been verified. For more information, see Confidence in the Security Hub User Guide.
NumberFilter.Builder avoiding the need to create
one manually via NumberFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #confidence(List.
confidence - a consumer that will call methods on
NumberFilter.Builder#confidence(java.util.Collection) AutomationRulesFindingFilters.Builder criticality(Collection<NumberFilter> criticality)
The level of importance that is assigned to the resources that are associated with a finding.
Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A
score of 0 means that the underlying resources have no criticality, and a score of
100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.
criticality - The level of importance that is assigned to the resources that are associated with a finding.
Criticality is scored on a 0–100 basis, using a ratio scale that supports only full
integers. A score of 0 means that the underlying resources have no criticality, and a
score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.AutomationRulesFindingFilters.Builder criticality(NumberFilter... criticality)
The level of importance that is assigned to the resources that are associated with a finding.
Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A
score of 0 means that the underlying resources have no criticality, and a score of
100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.
criticality - The level of importance that is assigned to the resources that are associated with a finding.
Criticality is scored on a 0–100 basis, using a ratio scale that supports only full
integers. A score of 0 means that the underlying resources have no criticality, and a
score of 100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.AutomationRulesFindingFilters.Builder criticality(Consumer<NumberFilter.Builder>... criticality)
The level of importance that is assigned to the resources that are associated with a finding.
Criticality is scored on a 0–100 basis, using a ratio scale that supports only full integers. A
score of 0 means that the underlying resources have no criticality, and a score of
100 is reserved for the most critical resources. For more information, see Criticality in the Security Hub User Guide.
NumberFilter.Builder avoiding the need to create
one manually via NumberFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #criticality(List.
criticality - a consumer that will call methods on
NumberFilter.Builder#criticality(java.util.Collection) AutomationRulesFindingFilters.Builder title(Collection<StringFilter> title)
A finding's title.
title - A finding's title.AutomationRulesFindingFilters.Builder title(StringFilter... title)
A finding's title.
title - A finding's title.AutomationRulesFindingFilters.Builder title(Consumer<StringFilter.Builder>... title)
A finding's title.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #title(List.
title - a consumer that will call methods on
StringFilter.Builder#title(java.util.Collection) AutomationRulesFindingFilters.Builder description(Collection<StringFilter> description)
A finding's description.
description - A finding's description.AutomationRulesFindingFilters.Builder description(StringFilter... description)
A finding's description.
description - A finding's description.AutomationRulesFindingFilters.Builder description(Consumer<StringFilter.Builder>... description)
A finding's description.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #description(List.
description - a consumer that will call methods on
StringFilter.Builder#description(java.util.Collection) AutomationRulesFindingFilters.Builder sourceUrl(Collection<StringFilter> sourceUrl)
Provides a URL that links to a page about the current finding in the finding product.
sourceUrl - Provides a URL that links to a page about the current finding in the finding product.AutomationRulesFindingFilters.Builder sourceUrl(StringFilter... sourceUrl)
Provides a URL that links to a page about the current finding in the finding product.
sourceUrl - Provides a URL that links to a page about the current finding in the finding product.AutomationRulesFindingFilters.Builder sourceUrl(Consumer<StringFilter.Builder>... sourceUrl)
Provides a URL that links to a page about the current finding in the finding product.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sourceUrl(List.
sourceUrl - a consumer that will call methods on
StringFilter.Builder#sourceUrl(java.util.Collection) AutomationRulesFindingFilters.Builder productName(Collection<StringFilter> productName)
Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.
productName - Provides the name of the product that generated the finding. For control-based findings, the product
name is Security Hub.AutomationRulesFindingFilters.Builder productName(StringFilter... productName)
Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.
productName - Provides the name of the product that generated the finding. For control-based findings, the product
name is Security Hub.AutomationRulesFindingFilters.Builder productName(Consumer<StringFilter.Builder>... productName)
Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #productName(List.
productName - a consumer that will call methods on
StringFilter.Builder#productName(java.util.Collection) AutomationRulesFindingFilters.Builder companyName(Collection<StringFilter> companyName)
The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.
companyName - The name of the company for the product that generated the finding. For control-based findings, the
company is Amazon Web Services.AutomationRulesFindingFilters.Builder companyName(StringFilter... companyName)
The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.
companyName - The name of the company for the product that generated the finding. For control-based findings, the
company is Amazon Web Services.AutomationRulesFindingFilters.Builder companyName(Consumer<StringFilter.Builder>... companyName)
The name of the company for the product that generated the finding. For control-based findings, the company is Amazon Web Services.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #companyName(List.
companyName - a consumer that will call methods on
StringFilter.Builder#companyName(java.util.Collection) AutomationRulesFindingFilters.Builder severityLabel(Collection<StringFilter> severityLabel)
The severity value of the finding.
severityLabel - The severity value of the finding.AutomationRulesFindingFilters.Builder severityLabel(StringFilter... severityLabel)
The severity value of the finding.
severityLabel - The severity value of the finding.AutomationRulesFindingFilters.Builder severityLabel(Consumer<StringFilter.Builder>... severityLabel)
The severity value of the finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #severityLabel(List.
severityLabel - a consumer that will call methods on
StringFilter.Builder#severityLabel(java.util.Collection) AutomationRulesFindingFilters.Builder resourceType(Collection<StringFilter> resourceType)
The type of resource that the finding pertains to.
resourceType - The type of resource that the finding pertains to.AutomationRulesFindingFilters.Builder resourceType(StringFilter... resourceType)
The type of resource that the finding pertains to.
resourceType - The type of resource that the finding pertains to.AutomationRulesFindingFilters.Builder resourceType(Consumer<StringFilter.Builder>... resourceType)
The type of resource that the finding pertains to.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceType(List.
resourceType - a consumer that will call methods on
StringFilter.Builder#resourceType(java.util.Collection) AutomationRulesFindingFilters.Builder resourceId(Collection<StringFilter> resourceId)
The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.
resourceId - The identifier for the given resource type. For Amazon Web Services resources that are identified by
Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this
is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web
Services resources, this is a unique identifier that is associated with the resource.AutomationRulesFindingFilters.Builder resourceId(StringFilter... resourceId)
The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.
resourceId - The identifier for the given resource type. For Amazon Web Services resources that are identified by
Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this
is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web
Services resources, this is a unique identifier that is associated with the resource.AutomationRulesFindingFilters.Builder resourceId(Consumer<StringFilter.Builder>... resourceId)
The identifier for the given resource type. For Amazon Web Services resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For Amazon Web Services resources that lack ARNs, this is the identifier as defined by the Amazon Web Service that created the resource. For non-Amazon Web Services resources, this is a unique identifier that is associated with the resource.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceId(List.
resourceId - a consumer that will call methods on
StringFilter.Builder#resourceId(java.util.Collection) AutomationRulesFindingFilters.Builder resourcePartition(Collection<StringFilter> resourcePartition)
The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.
resourcePartition - The partition in which the resource that the finding pertains to is located. A partition is a group of
Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.AutomationRulesFindingFilters.Builder resourcePartition(StringFilter... resourcePartition)
The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.
resourcePartition - The partition in which the resource that the finding pertains to is located. A partition is a group of
Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.AutomationRulesFindingFilters.Builder resourcePartition(Consumer<StringFilter.Builder>... resourcePartition)
The partition in which the resource that the finding pertains to is located. A partition is a group of Amazon Web Services Regions. Each Amazon Web Services account is scoped to one partition.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourcePartition(List.
resourcePartition - a consumer that will call methods on
StringFilter.Builder#resourcePartition(java.util.Collection) AutomationRulesFindingFilters.Builder resourceRegion(Collection<StringFilter> resourceRegion)
The Amazon Web Services Region where the resource that a finding pertains to is located.
resourceRegion - The Amazon Web Services Region where the resource that a finding pertains to is located.AutomationRulesFindingFilters.Builder resourceRegion(StringFilter... resourceRegion)
The Amazon Web Services Region where the resource that a finding pertains to is located.
resourceRegion - The Amazon Web Services Region where the resource that a finding pertains to is located.AutomationRulesFindingFilters.Builder resourceRegion(Consumer<StringFilter.Builder>... resourceRegion)
The Amazon Web Services Region where the resource that a finding pertains to is located.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceRegion(List.
resourceRegion - a consumer that will call methods on
StringFilter.Builder#resourceRegion(java.util.Collection) AutomationRulesFindingFilters.Builder resourceTags(Collection<MapFilter> resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
resourceTags - A list of Amazon Web Services tags associated with a resource at the time the finding was processed.AutomationRulesFindingFilters.Builder resourceTags(MapFilter... resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
resourceTags - A list of Amazon Web Services tags associated with a resource at the time the finding was processed.AutomationRulesFindingFilters.Builder resourceTags(Consumer<MapFilter.Builder>... resourceTags)
A list of Amazon Web Services tags associated with a resource at the time the finding was processed.
This is a convenience method that creates an instance of theMapFilter.Builder avoiding the need to create one
manually via MapFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #resourceTags(List.
resourceTags - a consumer that will call methods on
MapFilter.Builder#resourceTags(java.util.Collection) AutomationRulesFindingFilters.Builder resourceDetailsOther(Collection<MapFilter> resourceDetailsOther)
Custom fields and values about the resource that a finding pertains to.
resourceDetailsOther - Custom fields and values about the resource that a finding pertains to.AutomationRulesFindingFilters.Builder resourceDetailsOther(MapFilter... resourceDetailsOther)
Custom fields and values about the resource that a finding pertains to.
resourceDetailsOther - Custom fields and values about the resource that a finding pertains to.AutomationRulesFindingFilters.Builder resourceDetailsOther(Consumer<MapFilter.Builder>... resourceDetailsOther)
Custom fields and values about the resource that a finding pertains to.
This is a convenience method that creates an instance of theMapFilter.Builder avoiding the need to create one
manually via MapFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #resourceDetailsOther(List.
resourceDetailsOther - a consumer that will call methods on
MapFilter.Builder#resourceDetailsOther(java.util.Collection) AutomationRulesFindingFilters.Builder complianceStatus(Collection<StringFilter> complianceStatus)
The result of a security check. This field is only used for findings generated from controls.
complianceStatus - The result of a security check. This field is only used for findings generated from controls.AutomationRulesFindingFilters.Builder complianceStatus(StringFilter... complianceStatus)
The result of a security check. This field is only used for findings generated from controls.
complianceStatus - The result of a security check. This field is only used for findings generated from controls.AutomationRulesFindingFilters.Builder complianceStatus(Consumer<StringFilter.Builder>... complianceStatus)
The result of a security check. This field is only used for findings generated from controls.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #complianceStatus(List.
complianceStatus - a consumer that will call methods on
StringFilter.Builder#complianceStatus(java.util.Collection) AutomationRulesFindingFilters.Builder complianceSecurityControlId(Collection<StringFilter> complianceSecurityControlId)
The security control ID for which a finding was generated. Security control IDs are the same across standards.
complianceSecurityControlId - The security control ID for which a finding was generated. Security control IDs are the same across
standards.AutomationRulesFindingFilters.Builder complianceSecurityControlId(StringFilter... complianceSecurityControlId)
The security control ID for which a finding was generated. Security control IDs are the same across standards.
complianceSecurityControlId - The security control ID for which a finding was generated. Security control IDs are the same across
standards.AutomationRulesFindingFilters.Builder complianceSecurityControlId(Consumer<StringFilter.Builder>... complianceSecurityControlId)
The security control ID for which a finding was generated. Security control IDs are the same across standards.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #complianceSecurityControlId(List.
complianceSecurityControlId - a consumer that will call methods on
StringFilter.Builder#complianceSecurityControlId(java.util.Collection) AutomationRulesFindingFilters.Builder complianceAssociatedStandardsId(Collection<StringFilter> complianceAssociatedStandardsId)
The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
complianceAssociatedStandardsId - The unique identifier of a standard in which a control is enabled. This field consists of the resource
portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.AutomationRulesFindingFilters.Builder complianceAssociatedStandardsId(StringFilter... complianceAssociatedStandardsId)
The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
complianceAssociatedStandardsId - The unique identifier of a standard in which a control is enabled. This field consists of the resource
portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.AutomationRulesFindingFilters.Builder complianceAssociatedStandardsId(Consumer<StringFilter.Builder>... complianceAssociatedStandardsId)
The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #complianceAssociatedStandardsId(List.
complianceAssociatedStandardsId - a consumer that will call methods on
StringFilter.Builder#complianceAssociatedStandardsId(java.util.Collection) AutomationRulesFindingFilters.Builder verificationState(Collection<StringFilter> verificationState)
Provides the veracity of a finding.
verificationState - Provides the veracity of a finding.AutomationRulesFindingFilters.Builder verificationState(StringFilter... verificationState)
Provides the veracity of a finding.
verificationState - Provides the veracity of a finding.AutomationRulesFindingFilters.Builder verificationState(Consumer<StringFilter.Builder>... verificationState)
Provides the veracity of a finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #verificationState(List.
verificationState - a consumer that will call methods on
StringFilter.Builder#verificationState(java.util.Collection) AutomationRulesFindingFilters.Builder workflowStatus(Collection<StringFilter> workflowStatus)
Provides information about the status of the investigation into a finding.
workflowStatus - Provides information about the status of the investigation into a finding.AutomationRulesFindingFilters.Builder workflowStatus(StringFilter... workflowStatus)
Provides information about the status of the investigation into a finding.
workflowStatus - Provides information about the status of the investigation into a finding.AutomationRulesFindingFilters.Builder workflowStatus(Consumer<StringFilter.Builder>... workflowStatus)
Provides information about the status of the investigation into a finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #workflowStatus(List.
workflowStatus - a consumer that will call methods on
StringFilter.Builder#workflowStatus(java.util.Collection) AutomationRulesFindingFilters.Builder recordState(Collection<StringFilter> recordState)
Provides the current state of a finding.
recordState - Provides the current state of a finding.AutomationRulesFindingFilters.Builder recordState(StringFilter... recordState)
Provides the current state of a finding.
recordState - Provides the current state of a finding.AutomationRulesFindingFilters.Builder recordState(Consumer<StringFilter.Builder>... recordState)
Provides the current state of a finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #recordState(List.
recordState - a consumer that will call methods on
StringFilter.Builder#recordState(java.util.Collection) AutomationRulesFindingFilters.Builder relatedFindingsProductArn(Collection<StringFilter> relatedFindingsProductArn)
The ARN for the product that generated a related finding.
relatedFindingsProductArn - The ARN for the product that generated a related finding.AutomationRulesFindingFilters.Builder relatedFindingsProductArn(StringFilter... relatedFindingsProductArn)
The ARN for the product that generated a related finding.
relatedFindingsProductArn - The ARN for the product that generated a related finding.AutomationRulesFindingFilters.Builder relatedFindingsProductArn(Consumer<StringFilter.Builder>... relatedFindingsProductArn)
The ARN for the product that generated a related finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #relatedFindingsProductArn(List.
relatedFindingsProductArn - a consumer that will call methods on
StringFilter.Builder#relatedFindingsProductArn(java.util.Collection) AutomationRulesFindingFilters.Builder relatedFindingsId(Collection<StringFilter> relatedFindingsId)
The product-generated identifier for a related finding.
relatedFindingsId - The product-generated identifier for a related finding.AutomationRulesFindingFilters.Builder relatedFindingsId(StringFilter... relatedFindingsId)
The product-generated identifier for a related finding.
relatedFindingsId - The product-generated identifier for a related finding.AutomationRulesFindingFilters.Builder relatedFindingsId(Consumer<StringFilter.Builder>... relatedFindingsId)
The product-generated identifier for a related finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #relatedFindingsId(List.
relatedFindingsId - a consumer that will call methods on
StringFilter.Builder#relatedFindingsId(java.util.Collection) AutomationRulesFindingFilters.Builder noteText(Collection<StringFilter> noteText)
The text of a user-defined note that's added to a finding.
noteText - The text of a user-defined note that's added to a finding.AutomationRulesFindingFilters.Builder noteText(StringFilter... noteText)
The text of a user-defined note that's added to a finding.
noteText - The text of a user-defined note that's added to a finding.AutomationRulesFindingFilters.Builder noteText(Consumer<StringFilter.Builder>... noteText)
The text of a user-defined note that's added to a finding.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #noteText(List.
noteText - a consumer that will call methods on
StringFilter.Builder#noteText(java.util.Collection) AutomationRulesFindingFilters.Builder noteUpdatedAt(Collection<DateFilter> noteUpdatedAt)
The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
noteUpdatedAt - The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.AutomationRulesFindingFilters.Builder noteUpdatedAt(DateFilter... noteUpdatedAt)
The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
noteUpdatedAt - The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.AutomationRulesFindingFilters.Builder noteUpdatedAt(Consumer<DateFilter.Builder>... noteUpdatedAt)
The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
DateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #noteUpdatedAt(List.
noteUpdatedAt - a consumer that will call methods on
DateFilter.Builder#noteUpdatedAt(java.util.Collection) AutomationRulesFindingFilters.Builder noteUpdatedBy(Collection<StringFilter> noteUpdatedBy)
The principal that created a note.
noteUpdatedBy - The principal that created a note.AutomationRulesFindingFilters.Builder noteUpdatedBy(StringFilter... noteUpdatedBy)
The principal that created a note.
noteUpdatedBy - The principal that created a note.AutomationRulesFindingFilters.Builder noteUpdatedBy(Consumer<StringFilter.Builder>... noteUpdatedBy)
The principal that created a note.
This is a convenience method that creates an instance of theStringFilter.Builder avoiding the need to create
one manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #noteUpdatedBy(List.
noteUpdatedBy - a consumer that will call methods on
StringFilter.Builder#noteUpdatedBy(java.util.Collection) AutomationRulesFindingFilters.Builder userDefinedFields(Collection<MapFilter> userDefinedFields)
A list of user-defined name and value string pairs added to a finding.
userDefinedFields - A list of user-defined name and value string pairs added to a finding.AutomationRulesFindingFilters.Builder userDefinedFields(MapFilter... userDefinedFields)
A list of user-defined name and value string pairs added to a finding.
userDefinedFields - A list of user-defined name and value string pairs added to a finding.AutomationRulesFindingFilters.Builder userDefinedFields(Consumer<MapFilter.Builder>... userDefinedFields)
A list of user-defined name and value string pairs added to a finding.
This is a convenience method that creates an instance of theMapFilter.Builder avoiding the need to create one
manually via MapFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #userDefinedFields(List.
userDefinedFields - a consumer that will call methods on
MapFilter.Builder#userDefinedFields(java.util.Collection) Copyright © 2023. All rights reserved.