| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static Source.Builder |
Source.builder() |
default Source.Builder |
Source.Builder.customPolicyDetails(Consumer<CustomPolicyDetails.Builder> customPolicyDetails)
Provides the runtime system, policy definition, and whether debug logging is enabled.
|
Source.Builder |
Source.Builder.customPolicyDetails(CustomPolicyDetails customPolicyDetails)
Provides the runtime system, policy definition, and whether debug logging is enabled.
|
Source.Builder |
Source.Builder.owner(Owner owner)
Indicates whether Amazon Web Services or the customer owns and manages the Config rule.
|
Source.Builder |
Source.Builder.owner(String owner)
Indicates whether Amazon Web Services or the customer owns and manages the Config rule.
|
Source.Builder |
Source.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.Builder |
Source.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.Builder |
Source.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.Builder |
Source.Builder.sourceIdentifier(String sourceIdentifier)
For Config Managed rules, a predefined identifier from a list.
|
Source.Builder |
Source.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Source.Builder> |
Source.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConfigRule.Builder |
ConfigRule.Builder.source(Consumer<Source.Builder> source)
Provides the rule owner (
Amazon Web Services for managed rules, CUSTOM_POLICY for
Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the
notifications that cause the function to evaluate your Amazon Web Services resources. |
Copyright © 2023. All rights reserved.