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 method that creates an instance of theCreateAssessmentFrameworkControl.Builder avoiding
the need to create one manually via
CreateAssessmentFrameworkControl.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #controls(List.
controls - a consumer that will call methods on
CreateAssessmentFrameworkControl.Builder#controls(java.util.Collection) Copyright © 2023. All rights reserved.