public static interface AssessmentControlSet.Builder extends SdkPojo, CopyableBuilder<AssessmentControlSet.Builder,AssessmentControlSet>
| Modifier and Type | Method and Description |
|---|---|
AssessmentControlSet.Builder |
controls(AssessmentControl... controls)
The list of controls that's contained with the control set.
|
AssessmentControlSet.Builder |
controls(Collection<AssessmentControl> controls)
The list of controls that's contained with the control set.
|
AssessmentControlSet.Builder |
controls(Consumer<AssessmentControl.Builder>... controls)
The list of controls that's contained with the control set.
|
AssessmentControlSet.Builder |
delegations(Collection<Delegation> delegations)
The delegations that are associated with the control set.
|
AssessmentControlSet.Builder |
delegations(Consumer<Delegation.Builder>... delegations)
The delegations that are associated with the control set.
|
AssessmentControlSet.Builder |
delegations(Delegation... delegations)
The delegations that are associated with the control set.
|
AssessmentControlSet.Builder |
description(String description)
The description for the control set.
|
AssessmentControlSet.Builder |
id(String id)
The identifier of the control set in the assessment.
|
AssessmentControlSet.Builder |
manualEvidenceCount(Integer manualEvidenceCount)
The total number of evidence objects that are uploaded manually to the control set.
|
AssessmentControlSet.Builder |
roles(Collection<Role> roles)
The roles that are associated with the control set.
|
AssessmentControlSet.Builder |
roles(Consumer<Role.Builder>... roles)
The roles that are associated with the control set.
|
AssessmentControlSet.Builder |
roles(Role... roles)
The roles that are associated with the control set.
|
AssessmentControlSet.Builder |
status(ControlSetStatus status)
Specifies the current status of the control set.
|
AssessmentControlSet.Builder |
status(String status)
Specifies the current status of the control set.
|
AssessmentControlSet.Builder |
systemEvidenceCount(Integer systemEvidenceCount)
The total number of evidence objects that are retrieved automatically for the control set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentControlSet.Builder id(String id)
The identifier of the control set in the assessment. This is the control set name in a plain string format.
id - The identifier of the control set in the assessment. This is the control set name in a plain string
format.AssessmentControlSet.Builder description(String description)
The description for the control set.
description - The description for the control set.AssessmentControlSet.Builder status(String status)
Specifies the current status of the control set.
status - Specifies the current status of the control set.ControlSetStatus,
ControlSetStatusAssessmentControlSet.Builder status(ControlSetStatus status)
Specifies the current status of the control set.
status - Specifies the current status of the control set.ControlSetStatus,
ControlSetStatusAssessmentControlSet.Builder roles(Collection<Role> roles)
The roles that are associated with the control set.
roles - The roles that are associated with the control set.AssessmentControlSet.Builder roles(Role... roles)
The roles that are associated with the control set.
roles - The roles that are associated with the control set.AssessmentControlSet.Builder roles(Consumer<Role.Builder>... roles)
The roles that are associated with the control set.
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 #roles(List) .roles - a consumer that will call methods on List.Builder #roles(List) AssessmentControlSet.Builder controls(Collection<AssessmentControl> controls)
The list of controls that's contained with the control set.
controls - The list of controls that's contained with the control set.AssessmentControlSet.Builder controls(AssessmentControl... controls)
The list of controls that's contained with the control set.
controls - The list of controls that's contained with the control set.AssessmentControlSet.Builder controls(Consumer<AssessmentControl.Builder>... controls)
The list of controls that's contained with the control set.
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 #controls(List) .controls - a consumer that will call methods on List.Builder #controls(List) AssessmentControlSet.Builder delegations(Collection<Delegation> delegations)
The delegations that are associated with the control set.
delegations - The delegations that are associated with the control set.AssessmentControlSet.Builder delegations(Delegation... delegations)
The delegations that are associated with the control set.
delegations - The delegations that are associated with the control set.AssessmentControlSet.Builder delegations(Consumer<Delegation.Builder>... delegations)
The delegations that are associated with the control set.
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 #delegations(List) .delegations - a consumer that will call methods on List.Builder #delegations(List) AssessmentControlSet.Builder systemEvidenceCount(Integer systemEvidenceCount)
The total number of evidence objects that are retrieved automatically for the control set.
systemEvidenceCount - The total number of evidence objects that are retrieved automatically for the control set.AssessmentControlSet.Builder manualEvidenceCount(Integer manualEvidenceCount)
The total number of evidence objects that are uploaded manually to the control set.
manualEvidenceCount - The total number of evidence objects that are uploaded manually to the control set.Copyright © 2022. All rights reserved.