Interface AggregatedSourceStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregatedSourceStatus.Builder,AggregatedSourceStatus>,SdkBuilder<AggregatedSourceStatus.Builder,AggregatedSourceStatus>,SdkPojo
- Enclosing class:
- AggregatedSourceStatus
public static interface AggregatedSourceStatus.Builder extends SdkPojo, CopyableBuilder<AggregatedSourceStatus.Builder,AggregatedSourceStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatedSourceStatus.BuilderawsRegion(String awsRegion)The region authorized to collect aggregated data.AggregatedSourceStatus.BuilderlastErrorCode(String lastErrorCode)The error code that Config returned when the source account aggregation last failed.AggregatedSourceStatus.BuilderlastErrorMessage(String lastErrorMessage)The message indicating that the source account aggregation failed due to an error.AggregatedSourceStatus.BuilderlastUpdateStatus(String lastUpdateStatus)Filters the last updated status type.AggregatedSourceStatus.BuilderlastUpdateStatus(AggregatedSourceStatusType lastUpdateStatus)Filters the last updated status type.AggregatedSourceStatus.BuilderlastUpdateTime(Instant lastUpdateTime)The time of the last update.AggregatedSourceStatus.BuildersourceId(String sourceId)The source account ID or an organization.AggregatedSourceStatus.BuildersourceType(String sourceType)The source account or an organization.AggregatedSourceStatus.BuildersourceType(AggregatedSourceType sourceType)The source account or an organization.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sourceId
AggregatedSourceStatus.Builder sourceId(String sourceId)
The source account ID or an organization.
- Parameters:
sourceId- The source account ID or an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
AggregatedSourceStatus.Builder sourceType(String sourceType)
The source account or an organization.
- Parameters:
sourceType- The source account or an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedSourceType,AggregatedSourceType
-
sourceType
AggregatedSourceStatus.Builder sourceType(AggregatedSourceType sourceType)
The source account or an organization.
- Parameters:
sourceType- The source account or an organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedSourceType,AggregatedSourceType
-
awsRegion
AggregatedSourceStatus.Builder awsRegion(String awsRegion)
The region authorized to collect aggregated data.
- Parameters:
awsRegion- The region authorized to collect aggregated data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateStatus
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedSourceStatusType,AggregatedSourceStatusType
-
-
lastUpdateStatus
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatedSourceStatusType,AggregatedSourceStatusType
-
-
lastUpdateTime
AggregatedSourceStatus.Builder lastUpdateTime(Instant lastUpdateTime)
The time of the last update.
- Parameters:
lastUpdateTime- The time of the last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastErrorCode
AggregatedSourceStatus.Builder lastErrorCode(String lastErrorCode)
The error code that Config returned when the source account aggregation last failed.
- Parameters:
lastErrorCode- The error code that Config returned when the source account aggregation last failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastErrorMessage
AggregatedSourceStatus.Builder lastErrorMessage(String lastErrorMessage)
The message indicating that the source account aggregation failed due to an error.
- Parameters:
lastErrorMessage- The message indicating that the source account aggregation failed due to an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-