public static interface ControlScope.Builder extends SdkPojo, CopyableBuilder<ControlScope.Builder,ControlScope>
| Modifier and Type | Method and Description |
|---|---|
ControlScope.Builder |
complianceResourceIds(Collection<String> complianceResourceIds)
The ID of the only Amazon Web Services resource that you want your control scope to contain.
|
ControlScope.Builder |
complianceResourceIds(String... complianceResourceIds)
The ID of the only Amazon Web Services resource that you want your control scope to contain.
|
ControlScope.Builder |
complianceResourceTypes(Collection<String> complianceResourceTypes)
Describes whether the control scope includes one or more types of resources, such as
EFS or
RDS. |
ControlScope.Builder |
complianceResourceTypes(String... complianceResourceTypes)
Describes whether the control scope includes one or more types of resources, such as
EFS or
RDS. |
ControlScope.Builder |
tags(Map<String,String> tags)
The tag key-value pair applied to those Amazon Web Services resources that you want to trigger an evaluation
for a rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlScope.Builder complianceResourceIds(Collection<String> complianceResourceIds)
The ID of the only Amazon Web Services resource that you want your control scope to contain.
complianceResourceIds - The ID of the only Amazon Web Services resource that you want your control scope to contain.ControlScope.Builder complianceResourceIds(String... complianceResourceIds)
The ID of the only Amazon Web Services resource that you want your control scope to contain.
complianceResourceIds - The ID of the only Amazon Web Services resource that you want your control scope to contain.ControlScope.Builder complianceResourceTypes(Collection<String> complianceResourceTypes)
Describes whether the control scope includes one or more types of resources, such as EFS or
RDS.
complianceResourceTypes - Describes whether the control scope includes one or more types of resources, such as EFS
or RDS.ControlScope.Builder complianceResourceTypes(String... complianceResourceTypes)
Describes whether the control scope includes one or more types of resources, such as EFS or
RDS.
complianceResourceTypes - Describes whether the control scope includes one or more types of resources, such as EFS
or RDS.ControlScope.Builder tags(Map<String,String> tags)
The tag key-value pair applied to those Amazon Web Services resources that you want to trigger an evaluation
for a rule. A maximum of one key-value pair can be provided. The tag value is optional, but it cannot be an
empty string. The structure to assign a tag is: [{"Key":"string","Value":"string"}].
tags - The tag key-value pair applied to those Amazon Web Services resources that you want to trigger an
evaluation for a rule. A maximum of one key-value pair can be provided. The tag value is optional, but
it cannot be an empty string. The structure to assign a tag is:
[{"Key":"string","Value":"string"}].Copyright © 2023. All rights reserved.