public static interface GetComplianceDetailsByResourceRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetComplianceDetailsByResourceRequest.Builder,GetComplianceDetailsByResourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComplianceDetailsByResourceRequest.Builder resourceType(String resourceType)
The type of the Amazon Web Services resource for which you want compliance information.
resourceType - The type of the Amazon Web Services resource for which you want compliance information.GetComplianceDetailsByResourceRequest.Builder resourceId(String resourceId)
The ID of the Amazon Web Services resource for which you want compliance information.
resourceId - The ID of the Amazon Web Services resource for which you want compliance information.GetComplianceDetailsByResourceRequest.Builder complianceTypesWithStrings(Collection<String> complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule
cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType
for filtering results.
complianceTypes - Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config
rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a
ComplianceType for filtering results.
GetComplianceDetailsByResourceRequest.Builder complianceTypesWithStrings(String... complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule
cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType
for filtering results.
complianceTypes - Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config
rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a
ComplianceType for filtering results.
GetComplianceDetailsByResourceRequest.Builder complianceTypes(Collection<ComplianceType> complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule
cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType
for filtering results.
complianceTypes - Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config
rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a
ComplianceType for filtering results.
GetComplianceDetailsByResourceRequest.Builder complianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule
cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType
for filtering results.
complianceTypes - Filters the results by compliance.
INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config
rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a
ComplianceType for filtering results.
GetComplianceDetailsByResourceRequest.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.GetComplianceDetailsByResourceRequest.Builder resourceEvaluationId(String resourceEvaluationId)
The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results.
You need to only provide either a ResourceEvaluationID or a ResourceID and
ResourceType.
resourceEvaluationId - The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation
results.
You need to only provide either a ResourceEvaluationID or a ResourceID and
ResourceType.
GetComplianceDetailsByResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetComplianceDetailsByResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.