Interface CreateCisTargets.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateCisTargets.Builder,
,CreateCisTargets> SdkBuilder<CreateCisTargets.Builder,
,CreateCisTargets> SdkPojo
- Enclosing class:
CreateCisTargets
@Mutable
@NotThreadSafe
public static interface CreateCisTargets.Builder
extends SdkPojo, CopyableBuilder<CreateCisTargets.Builder,CreateCisTargets>
-
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
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 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
CreateCisTargets.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.
-