| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.awsRegion(String awsRegion)
The region authorized to collect aggregated data.
|
static AggregatedSourceStatus.Builder |
AggregatedSourceStatus.builder() |
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.lastErrorCode(String lastErrorCode)
The error code that Config returned when the source account aggregation last failed.
|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.lastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.lastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)
Filters the last updated status type.
|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.lastUpdateStatus(String lastUpdateStatus)
Filters the last updated status type.
|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.lastUpdateTime(Instant lastUpdateTime)
The time of the last update.
|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.sourceId(String sourceId)
The source account ID or an organization.
|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.sourceType(AggregatedSourceType sourceType)
The source account or an organization.
|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.Builder.sourceType(String sourceType)
The source account or an organization.
|
AggregatedSourceStatus.Builder |
AggregatedSourceStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AggregatedSourceStatus.Builder> |
AggregatedSourceStatus.serializableBuilderClass() |
Copyright © 2023. All rights reserved.