Interface SelectedPillar.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SelectedPillar.Builder,
,SelectedPillar> SdkBuilder<SelectedPillar.Builder,
,SelectedPillar> SdkPojo
- Enclosing class:
SelectedPillar
public static interface SelectedPillar.Builder
extends SdkPojo, CopyableBuilder<SelectedPillar.Builder,SelectedPillar>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the PillarId property for this object.selectedQuestionIds
(String... selectedQuestionIds) Selected question IDs in the selected pillar.selectedQuestionIds
(Collection<String> selectedQuestionIds) Selected question IDs in the selected pillar.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
pillarId
Sets the value of the PillarId property for this object.- Parameters:
pillarId
- The new value for the PillarId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedQuestionIds
Selected question IDs in the selected pillar.
- Parameters:
selectedQuestionIds
- Selected question IDs in the selected pillar.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedQuestionIds
Selected question IDs in the selected pillar.
- Parameters:
selectedQuestionIds
- Selected question IDs in the selected pillar.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-