Interface ScpActionDefinition.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ScpActionDefinition.Builder,,ScpActionDefinition> SdkBuilder<ScpActionDefinition.Builder,,ScpActionDefinition> SdkPojo
- Enclosing class:
 ScpActionDefinition
public static interface ScpActionDefinition.Builder
extends SdkPojo, CopyableBuilder<ScpActionDefinition.Builder,ScpActionDefinition> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe policy ID attached.A list of target IDs.targetIds(Collection<String> targetIds) A list of target IDs.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, sdkFields 
- 
Method Details
- 
policyId
The policy ID attached.
- Parameters:
 policyId- The policy ID attached.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetIds
A list of target IDs.
- Parameters:
 targetIds- A list of target IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetIds
A list of target IDs.
- Parameters:
 targetIds- A list of target IDs.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -