public static interface AggregatedSourceStatus.Builder extends SdkPojo, CopyableBuilder<AggregatedSourceStatus.Builder,AggregatedSourceStatus>
Modifier and Type | Method and Description |
---|---|
AggregatedSourceStatus.Builder |
awsRegion(String awsRegion)
The region authorized to collect aggregated data.
|
AggregatedSourceStatus.Builder |
lastErrorCode(String lastErrorCode)
The error code that AWS Config returned when the source account aggregation last failed.
|
AggregatedSourceStatus.Builder |
lastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
|
AggregatedSourceStatus.Builder |
lastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)
Filters the last updated status type.
|
AggregatedSourceStatus.Builder |
lastUpdateStatus(String lastUpdateStatus)
Filters the last updated status type.
|
AggregatedSourceStatus.Builder |
lastUpdateTime(Instant lastUpdateTime)
The time of the last update.
|
AggregatedSourceStatus.Builder |
sourceId(String sourceId)
The source account ID or an organization.
|
AggregatedSourceStatus.Builder |
sourceType(AggregatedSourceType sourceType)
The source account or an organization.
|
AggregatedSourceStatus.Builder |
sourceType(String sourceType)
The source account or an organization.
|
copy
applyMutation, build
AggregatedSourceStatus.Builder sourceId(String sourceId)
The source account ID or an organization.
sourceId
- The source account ID or an organization.AggregatedSourceStatus.Builder sourceType(String sourceType)
The source account or an organization.
sourceType
- The source account or an organization.AggregatedSourceType
,
AggregatedSourceType
AggregatedSourceStatus.Builder sourceType(AggregatedSourceType sourceType)
The source account or an organization.
sourceType
- The source account or an organization.AggregatedSourceType
,
AggregatedSourceType
AggregatedSourceStatus.Builder awsRegion(String awsRegion)
The region authorized to collect aggregated data.
awsRegion
- The region authorized to collect aggregated data.AggregatedSourceStatus.Builder lastUpdateStatus(String lastUpdateStatus)
Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
lastUpdateStatus
- Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusType
,
AggregatedSourceStatusType
AggregatedSourceStatus.Builder lastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)
Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
lastUpdateStatus
- Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
AggregatedSourceStatusType
,
AggregatedSourceStatusType
AggregatedSourceStatus.Builder lastUpdateTime(Instant lastUpdateTime)
The time of the last update.
lastUpdateTime
- The time of the last update.AggregatedSourceStatus.Builder lastErrorCode(String lastErrorCode)
The error code that AWS Config returned when the source account aggregation last failed.
lastErrorCode
- The error code that AWS Config returned when the source account aggregation last failed.AggregatedSourceStatus.Builder lastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
lastErrorMessage
- The message indicating that the source account aggregation failed due to an error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.