public static interface DescribeConfigurationAggregatorSourcesStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorSourcesStatusRequest.Builder,DescribeConfigurationAggregatorSourcesStatusRequest>
build
overrideConfiguration
copy
applyMutation, build
DescribeConfigurationAggregatorSourcesStatusRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeConfigurationAggregatorSourcesStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.