public static interface DescribeConfigurationAggregatorSourcesStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorSourcesStatusRequest.Builder,DescribeConfigurationAggregatorSourcesStatusRequest>
buildoverrideConfigurationcopyapplyMutation, 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, AWS Config uses the default.
limit - The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you
        specify 0, AWS Config uses the default.DescribeConfigurationAggregatorSourcesStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeConfigurationAggregatorSourcesStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.