Interface CisTargets.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CisTargets.Builder,,CisTargets> SdkBuilder<CisTargets.Builder,,CisTargets> SdkPojo
- Enclosing class:
 CisTargets
public static interface CisTargets.Builder
extends SdkPojo, CopyableBuilder<CisTargets.Builder,CisTargets> 
- 
Method Summary
Modifier and TypeMethodDescriptionaccountIds(String... accountIds) The CIS target account ids.accountIds(Collection<String> accountIds) The CIS target account ids.targetResourceTags(Map<String, ? extends Collection<String>> targetResourceTags) The CIS target resource tags.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
- 
accountIds
The CIS target account ids.
- Parameters:
 accountIds- The CIS target account ids.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accountIds
The CIS target account ids.
- Parameters:
 accountIds- The CIS target account ids.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetResourceTags
The CIS target resource tags.
- Parameters:
 targetResourceTags- The CIS target resource tags.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -