CopyableBuilder<GetComplianceDetailsByConfigRuleRequest.Builder,GetComplianceDetailsByConfigRuleRequest>, SdkBuilder<GetComplianceDetailsByConfigRuleRequest.Builder,GetComplianceDetailsByConfigRuleRequest>public static interface GetComplianceDetailsByConfigRuleRequest.Builder extends CopyableBuilder<GetComplianceDetailsByConfigRuleRequest.Builder,GetComplianceDetailsByConfigRuleRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetComplianceDetailsByConfigRuleRequest.Builder |
complianceTypes(String... complianceTypes) |
Filters the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest.Builder |
complianceTypes(Collection<String> complianceTypes) |
Filters the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest.Builder |
complianceTypes(ComplianceType... complianceTypes) |
Filters the results by compliance.
|
GetComplianceDetailsByConfigRuleRequest.Builder |
configRuleName(String configRuleName) |
The name of the AWS Config rule for which you want compliance information.
|
GetComplianceDetailsByConfigRuleRequest.Builder |
limit(Integer limit) |
The maximum number of evaluation results returned on each page.
|
GetComplianceDetailsByConfigRuleRequest.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. |
copyapply, buildGetComplianceDetailsByConfigRuleRequest.Builder configRuleName(String configRuleName)
The name of the AWS Config rule for which you want compliance information.
configRuleName - The name of the AWS Config rule for which you want compliance information.GetComplianceDetailsByConfigRuleRequest.Builder complianceTypes(Collection<String> complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE.
ComplianceTypeGetComplianceDetailsByConfigRuleRequest.Builder complianceTypes(String... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
NOTE: This method appends the values to the existing list (if any). Use
#setComplianceTypes(java.util.Collection) or #withComplianceTypes(java.util.Collection) if
you want to override the existing values.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE.
ComplianceTypeGetComplianceDetailsByConfigRuleRequest.Builder complianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and NOT_APPLICABLE.
NOTE: This method appends the values to the existing list (if any). Use
#setComplianceTypes(java.util.Collection) or #withComplianceTypes(java.util.Collection) if
you want to override the existing values.
complianceTypes - Filters the results by compliance.
The allowed values are COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE.
ComplianceTypeGetComplianceDetailsByConfigRuleRequest.Builder limit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify
a limit greater than 100. If you specify 0, AWS Config uses the default.GetComplianceDetailsByConfigRuleRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.