public static interface UpdateAssessmentFrameworkControlSet.Builder extends SdkPojo, CopyableBuilder<UpdateAssessmentFrameworkControlSet.Builder,UpdateAssessmentFrameworkControlSet>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentFrameworkControlSet.Builder |
controls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls that are contained within the control set.
|
UpdateAssessmentFrameworkControlSet.Builder |
controls(Consumer<CreateAssessmentFrameworkControl.Builder>... controls)
The list of controls that are contained within the control set.
|
UpdateAssessmentFrameworkControlSet.Builder |
controls(CreateAssessmentFrameworkControl... controls)
The list of controls that are contained within the control set.
|
UpdateAssessmentFrameworkControlSet.Builder |
id(String id)
The unique identifier for the control set.
|
UpdateAssessmentFrameworkControlSet.Builder |
name(String name)
The name of the control set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssessmentFrameworkControlSet.Builder id(String id)
The unique identifier for the control set.
id - The unique identifier for the control set.UpdateAssessmentFrameworkControlSet.Builder name(String name)
The name of the control set.
name - The name of the control set.UpdateAssessmentFrameworkControlSet.Builder controls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls that are contained within the control set.
controls - The list of controls that are contained within the control set.UpdateAssessmentFrameworkControlSet.Builder controls(CreateAssessmentFrameworkControl... controls)
The list of controls that are contained within the control set.
controls - The list of controls that are contained within the control set.UpdateAssessmentFrameworkControlSet.Builder controls(Consumer<CreateAssessmentFrameworkControl.Builder>... controls)
The list of controls that are contained within 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) Copyright © 2022. All rights reserved.