Interface PillarItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PillarItem.Builder,,PillarItem> SdkBuilder<PillarItem.Builder,,PillarItem> SdkPojo
- Enclosing class:
PillarItem
@Mutable
@NotThreadSafe
public static interface PillarItem.Builder
extends SdkPojo, CopyableBuilder<PillarItem.Builder,PillarItem>
-
Method Summary
Modifier and TypeMethodDescriptionA list of item IDs to process for this pillar, such as best practice IDs, Amazon Web Services service names, or resource ARNs.ids(Collection<String> ids) A list of item IDs to process for this pillar, such as best practice IDs, Amazon Web Services service names, or resource ARNs.The pillar this item configuration applies to.The pillar this item configuration applies to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pillar
The pillar this item configuration applies to.
- Parameters:
pillar- The pillar this item configuration applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pillar
The pillar this item configuration applies to.
- Parameters:
pillar- The pillar this item configuration applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ids
A list of item IDs to process for this pillar, such as best practice IDs, Amazon Web Services service names, or resource ARNs.
- Parameters:
ids- A list of item IDs to process for this pillar, such as best practice IDs, Amazon Web Services service names, or resource ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
A list of item IDs to process for this pillar, such as best practice IDs, Amazon Web Services service names, or resource ARNs.
- Parameters:
ids- A list of item IDs to process for this pillar, such as best practice IDs, Amazon Web Services service names, or resource ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-