public static interface CreateAssessmentFrameworkControlSet.Builder extends SdkPojo, CopyableBuilder<CreateAssessmentFrameworkControlSet.Builder,CreateAssessmentFrameworkControlSet>
| Modifier and Type | Method and Description |
|---|---|
CreateAssessmentFrameworkControlSet.Builder |
controls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls within the control set.
|
CreateAssessmentFrameworkControlSet.Builder |
controls(Consumer<CreateAssessmentFrameworkControl.Builder>... controls)
The list of controls within the control set.
|
CreateAssessmentFrameworkControlSet.Builder |
controls(CreateAssessmentFrameworkControl... controls)
The list of controls within the control set.
|
CreateAssessmentFrameworkControlSet.Builder |
name(String name)
The name of the control set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssessmentFrameworkControlSet.Builder name(String name)
The name of the control set.
name - The name of the control set.CreateAssessmentFrameworkControlSet.Builder controls(Collection<CreateAssessmentFrameworkControl> controls)
The list of controls within the control set. This doesn't contain the control set ID.
controls - The list of controls within the control set. This doesn't contain the control set ID.CreateAssessmentFrameworkControlSet.Builder controls(CreateAssessmentFrameworkControl... controls)
The list of controls within the control set. This doesn't contain the control set ID.
controls - The list of controls within the control set. This doesn't contain the control set ID.CreateAssessmentFrameworkControlSet.Builder controls(Consumer<CreateAssessmentFrameworkControl.Builder>... controls)
The list of controls within the control set. This doesn't contain the control set ID.
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.