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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CisTargets.BuilderaccountIds(String... accountIds)The CIS target account ids.CisTargets.BuilderaccountIds(Collection<String> accountIds)The CIS target account ids.CisTargets.BuildertargetResourceTags(Map<String,? extends Collection<String>> targetResourceTags)The CIS target resource tags.-
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 Detail
-
accountIds
CisTargets.Builder accountIds(Collection<String> 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
CisTargets.Builder accountIds(String... 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
CisTargets.Builder targetResourceTags(Map<String,? extends Collection<String>> 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.
-
-