Interface UpdateCisTargets.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateCisTargets.Builder,
,UpdateCisTargets> SdkBuilder<UpdateCisTargets.Builder,
,UpdateCisTargets> SdkPojo
- Enclosing class:
UpdateCisTargets
@Mutable
@NotThreadSafe
public static interface UpdateCisTargets.Builder
extends SdkPojo, CopyableBuilder<UpdateCisTargets.Builder,UpdateCisTargets>
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds
(String... accountIds) The target account ids.accountIds
(Collection<String> accountIds) The target account ids.targetResourceTags
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-