Uses of Interface
software.amazon.awssdk.services.config.model.Scope.Builder
-
Packages that use Scope.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of Scope.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return Scope.Builder Modifier and Type Method Description static Scope.BuilderScope. builder()Scope.BuilderScope.Builder. complianceResourceId(String complianceResourceId)The ID of the only Amazon Web Services resource that you want to trigger an evaluation for the rule.Scope.BuilderScope.Builder. complianceResourceTypes(String... complianceResourceTypes)The resource types of only those Amazon Web Services resources that you want to trigger an evaluation for the rule.Scope.BuilderScope.Builder. complianceResourceTypes(Collection<String> complianceResourceTypes)The resource types of only those Amazon Web Services resources that you want to trigger an evaluation for the rule.Scope.BuilderScope.Builder. tagKey(String tagKey)The tag key that is applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.Scope.BuilderScope.Builder. tagValue(String tagValue)The tag value applied to only those Amazon Web Services resources that you want to trigger an evaluation for the rule.Scope.BuilderScope. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type Scope.Builder Modifier and Type Method Description static Class<? extends Scope.Builder>Scope. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type Scope.Builder Modifier and Type Method Description default ConfigRule.BuilderConfigRule.Builder. scope(Consumer<Scope.Builder> scope)Defines which resources can trigger an evaluation for the rule.
-