Interface DescribeConfigurationAggregatorSourcesStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<DescribeConfigurationAggregatorSourcesStatusRequest.Builder,DescribeConfigurationAggregatorSourcesStatusRequest>,SdkBuilder<DescribeConfigurationAggregatorSourcesStatusRequest.Builder,DescribeConfigurationAggregatorSourcesStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeConfigurationAggregatorSourcesStatusRequest
public static interface DescribeConfigurationAggregatorSourcesStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorSourcesStatusRequest.Builder,DescribeConfigurationAggregatorSourcesStatusRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
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
-
configurationAggregatorName
DescribeConfigurationAggregatorSourcesStatusRequest.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
- Parameters:
configurationAggregatorName- The name of the configuration aggregator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateStatusWithStrings
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updateStatusWithStrings
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updateStatus
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updateStatus
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
DescribeConfigurationAggregatorSourcesStatusRequest.Builder nextToken(String nextToken)
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
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.
- Parameters:
limit- The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. If you specify 0, Config uses the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeConfigurationAggregatorSourcesStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConfigurationAggregatorSourcesStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-