| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static Source.Builder |
Source.builder() |
Source.Builder |
Source.Builder.owner(Owner owner)
Indicates whether AWS or the customer owns and manages the AWS Config rule.
|
Source.Builder |
Source.Builder.owner(String owner)
Indicates whether AWS or the customer owns and manages the AWS Config rule.
|
Source.Builder |
Source.Builder.sourceDetails(Collection<SourceDetail> sourceDetails)
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.
|
Source.Builder |
Source.Builder.sourceDetails(Consumer<SourceDetail.Builder>... sourceDetails)
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.
|
Source.Builder |
Source.Builder.sourceDetails(SourceDetail... sourceDetails)
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.
|
Source.Builder |
Source.Builder.sourceIdentifier(String sourceIdentifier)
For AWS 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 (AWS or customer), the rule identifier, and the notifications that cause the function
to evaluate your AWS resources.
|
Copyright © 2021. All rights reserved.