Uses of Interface
software.amazon.awssdk.services.config.model.Source.Builder
-
Packages that use Source.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of Source.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return Source.Builder Modifier and Type Method Description static Source.BuilderSource. builder()default Source.BuilderSource.Builder. customPolicyDetails(Consumer<CustomPolicyDetails.Builder> customPolicyDetails)Provides the runtime system, policy definition, and whether debug logging is enabled.Source.BuilderSource.Builder. customPolicyDetails(CustomPolicyDetails customPolicyDetails)Provides the runtime system, policy definition, and whether debug logging is enabled.Source.BuilderSource.Builder. owner(String owner)Indicates whether Amazon Web Services or the customer owns and manages the Config rule.Source.BuilderSource.Builder. owner(Owner owner)Indicates whether Amazon Web Services or the customer owns and manages the Config rule.Source.BuilderSource.Builder. sourceDetails(Collection<SourceDetail> sourceDetails)Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources against a rule.Source.BuilderSource.Builder. sourceDetails(Consumer<SourceDetail.Builder>... sourceDetails)Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources against a rule.Source.BuilderSource.Builder. sourceDetails(SourceDetail... sourceDetails)Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources against a rule.Source.BuilderSource.Builder. sourceIdentifier(String sourceIdentifier)For Config Managed rules, a predefined identifier from a list.Source.BuilderSource. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type Source.Builder Modifier and Type Method Description static Class<? extends Source.Builder>Source. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type Source.Builder Modifier and Type Method Description default ConfigRule.BuilderConfigRule.Builder. source(Consumer<Source.Builder> source)Provides the rule owner (Amazon Web Servicesfor managed rules,CUSTOM_POLICYfor Custom Policy rules, andCUSTOM_LAMBDAfor Custom Lambda rules), the rule identifier, and the notifications that cause the function to evaluate your Amazon Web Services resources.
-