Interface GetAggregateComplianceDetailsByConfigRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<GetAggregateComplianceDetailsByConfigRuleRequest.Builder,GetAggregateComplianceDetailsByConfigRuleRequest>,SdkBuilder<GetAggregateComplianceDetailsByConfigRuleRequest.Builder,GetAggregateComplianceDetailsByConfigRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAggregateComplianceDetailsByConfigRuleRequest
public static interface GetAggregateComplianceDetailsByConfigRuleRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetAggregateComplianceDetailsByConfigRuleRequest.Builder,GetAggregateComplianceDetailsByConfigRuleRequest>
-
-
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
GetAggregateComplianceDetailsByConfigRuleRequest.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.
-
configRuleName
GetAggregateComplianceDetailsByConfigRuleRequest.Builder configRuleName(String configRuleName)
The name of the Config rule for which you want compliance information.
- Parameters:
configRuleName- The name of the Config rule for which you want compliance information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
GetAggregateComplianceDetailsByConfigRuleRequest.Builder accountId(String accountId)
The 12-digit account ID of the source account.
- Parameters:
accountId- The 12-digit account ID of the source account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
GetAggregateComplianceDetailsByConfigRuleRequest.Builder awsRegion(String awsRegion)
The source region from where the data is aggregated.
- Parameters:
awsRegion- The source region from where the data is aggregated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
complianceType
GetAggregateComplianceDetailsByConfigRuleRequest.Builder complianceType(String complianceType)
The resource compliance status.
For the
GetAggregateComplianceDetailsByConfigRuleRequestdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalues.- Parameters:
complianceType- The resource compliance status.For the
GetAggregateComplianceDetailsByConfigRuleRequestdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComplianceType,ComplianceType
-
complianceType
GetAggregateComplianceDetailsByConfigRuleRequest.Builder complianceType(ComplianceType complianceType)
The resource compliance status.
For the
GetAggregateComplianceDetailsByConfigRuleRequestdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalues.- Parameters:
complianceType- The resource compliance status.For the
GetAggregateComplianceDetailsByConfigRuleRequestdata type, Config supports only theCOMPLIANTandNON_COMPLIANT. Config does not support theNOT_APPLICABLEandINSUFFICIENT_DATAvalues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComplianceType,ComplianceType
-
limit
GetAggregateComplianceDetailsByConfigRuleRequest.Builder limit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
- Parameters:
limit- The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetAggregateComplianceDetailsByConfigRuleRequest.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.
-
overrideConfiguration
GetAggregateComplianceDetailsByConfigRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAggregateComplianceDetailsByConfigRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-