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