public static interface DescribeConfigurationAggregatorSourcesStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorSourcesStatusRequest.Builder,DescribeConfigurationAggregatorSourcesStatusRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigurationAggregatorSourcesStatusRequest.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.DescribeConfigurationAggregatorSourcesStatusRequest.Builder updateStatusWithStrings(Collection<String> updateStatus)
Filters the 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.
updateStatus - Filters the 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.
DescribeConfigurationAggregatorSourcesStatusRequest.Builder updateStatusWithStrings(String... updateStatus)
Filters the 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.
updateStatus - Filters the 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.
DescribeConfigurationAggregatorSourcesStatusRequest.Builder updateStatus(Collection<AggregatedSourceStatusType> updateStatus)
Filters the 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.
updateStatus - Filters the 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.
DescribeConfigurationAggregatorSourcesStatusRequest.Builder updateStatus(AggregatedSourceStatusType... updateStatus)
Filters the 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.
updateStatus - Filters the 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.
DescribeConfigurationAggregatorSourcesStatusRequest.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in
a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.DescribeConfigurationAggregatorSourcesStatusRequest.Builder limit(Integer limit)
The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit - The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you
specify 0, Config uses the default.DescribeConfigurationAggregatorSourcesStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConfigurationAggregatorSourcesStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.