public static interface Evidence.Builder extends SdkPojo, CopyableBuilder<Evidence.Builder,Evidence>
| Modifier and Type | Method and Description |
|---|---|
Evidence.Builder |
assessmentReportSelection(String assessmentReportSelection)
Specifies whether the evidence is included in the assessment report.
|
Evidence.Builder |
attributes(Map<String,String> attributes)
The names and values used by the evidence event, including an attribute name (such as
allowUsersToChangePassword) and value (such as true or false). |
Evidence.Builder |
awsAccountId(String awsAccountId)
The identifier for the specified AWS account.
|
Evidence.Builder |
awsOrganization(String awsOrganization)
The AWS account from which the evidence is collected, and its AWS organization path.
|
Evidence.Builder |
complianceCheck(String complianceCheck)
The evaluation status for evidence that falls under the compliance check category.
|
Evidence.Builder |
dataSource(String dataSource)
The data source from which the specified evidence was collected.
|
Evidence.Builder |
eventName(String eventName)
The name of the specified evidence event.
|
Evidence.Builder |
eventSource(String eventSource)
The AWS service from which the evidence is collected.
|
Evidence.Builder |
evidenceAwsAccountId(String evidenceAwsAccountId)
The identifier for the specified AWS account.
|
Evidence.Builder |
evidenceByType(String evidenceByType)
The type of automated evidence.
|
Evidence.Builder |
evidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
|
Evidence.Builder |
iamId(String iamId)
The unique identifier for the IAM user or role associated with the evidence.
|
Evidence.Builder |
id(String id)
The identifier for the evidence.
|
Evidence.Builder |
resourcesIncluded(Collection<Resource> resourcesIncluded)
The list of resources assessed to generate the evidence.
|
Evidence.Builder |
resourcesIncluded(Consumer<Resource.Builder>... resourcesIncluded)
The list of resources assessed to generate the evidence.
|
Evidence.Builder |
resourcesIncluded(Resource... resourcesIncluded)
The list of resources assessed to generate the evidence.
|
Evidence.Builder |
time(Instant time)
The timestamp that represents when the evidence was collected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvidence.Builder dataSource(String dataSource)
The data source from which the specified evidence was collected.
dataSource - The data source from which the specified evidence was collected.Evidence.Builder evidenceAwsAccountId(String evidenceAwsAccountId)
The identifier for the specified AWS account.
evidenceAwsAccountId - The identifier for the specified AWS account.Evidence.Builder time(Instant time)
The timestamp that represents when the evidence was collected.
time - The timestamp that represents when the evidence was collected.Evidence.Builder eventSource(String eventSource)
The AWS service from which the evidence is collected.
eventSource - The AWS service from which the evidence is collected.Evidence.Builder eventName(String eventName)
The name of the specified evidence event.
eventName - The name of the specified evidence event.Evidence.Builder evidenceByType(String evidenceByType)
The type of automated evidence.
evidenceByType - The type of automated evidence.Evidence.Builder resourcesIncluded(Collection<Resource> resourcesIncluded)
The list of resources assessed to generate the evidence.
resourcesIncluded - The list of resources assessed to generate the evidence.Evidence.Builder resourcesIncluded(Resource... resourcesIncluded)
The list of resources assessed to generate the evidence.
resourcesIncluded - The list of resources assessed to generate the evidence.Evidence.Builder resourcesIncluded(Consumer<Resource.Builder>... resourcesIncluded)
The list of resources assessed to generate the evidence.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #resourcesIncluded(List) .resourcesIncluded - a consumer that will call methods on List.Builder #resourcesIncluded(List) Evidence.Builder attributes(Map<String,String> attributes)
The names and values used by the evidence event, including an attribute name (such as
allowUsersToChangePassword) and value (such as true or false).
attributes - The names and values used by the evidence event, including an attribute name (such as
allowUsersToChangePassword) and value (such as true or false).Evidence.Builder iamId(String iamId)
The unique identifier for the IAM user or role associated with the evidence.
iamId - The unique identifier for the IAM user or role associated with the evidence.Evidence.Builder complianceCheck(String complianceCheck)
The evaluation status for evidence that falls under the compliance check category. For evidence collected from AWS Security Hub, a Pass or Fail result is shown. For evidence collected from AWS Config, a Compliant or Noncompliant result is shown.
complianceCheck - The evaluation status for evidence that falls under the compliance check category. For evidence
collected from AWS Security Hub, a Pass or Fail result is shown. For evidence collected
from AWS Config, a Compliant or Noncompliant result is shown.Evidence.Builder awsOrganization(String awsOrganization)
The AWS account from which the evidence is collected, and its AWS organization path.
awsOrganization - The AWS account from which the evidence is collected, and its AWS organization path.Evidence.Builder awsAccountId(String awsAccountId)
The identifier for the specified AWS account.
awsAccountId - The identifier for the specified AWS account.Evidence.Builder evidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
evidenceFolderId - The identifier for the folder in which the evidence is stored.Evidence.Builder id(String id)
The identifier for the evidence.
id - The identifier for the evidence.Evidence.Builder assessmentReportSelection(String assessmentReportSelection)
Specifies whether the evidence is included in the assessment report.
assessmentReportSelection - Specifies whether the evidence is included in the assessment report.Copyright © 2021. All rights reserved.