Interface GetComplianceDetailsByResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<GetComplianceDetailsByResourceRequest.Builder,GetComplianceDetailsByResourceRequest>,SdkBuilder<GetComplianceDetailsByResourceRequest.Builder,GetComplianceDetailsByResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetComplianceDetailsByResourceRequest
public static interface GetComplianceDetailsByResourceRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetComplianceDetailsByResourceRequest.Builder,GetComplianceDetailsByResourceRequest>
-
-
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
-
resourceType
GetComplianceDetailsByResourceRequest.Builder resourceType(String resourceType)
The type of the Amazon Web Services resource for which you want compliance information.
- Parameters:
resourceType- The type of the Amazon Web Services resource for which you want compliance information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
GetComplianceDetailsByResourceRequest.Builder resourceId(String resourceId)
The ID of the Amazon Web Services resource for which you want compliance information.
- Parameters:
resourceId- The ID of the Amazon Web Services resource for which you want compliance information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
complianceTypesWithStrings
GetComplianceDetailsByResourceRequest.Builder complianceTypesWithStrings(Collection<String> complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATAis a validComplianceTypethat is returned when an Config rule cannot be evaluated. However,INSUFFICIENT_DATAcannot be used as aComplianceTypefor filtering results.- Parameters:
complianceTypes- Filters the results by compliance.INSUFFICIENT_DATAis a validComplianceTypethat is returned when an Config rule cannot be evaluated. However,INSUFFICIENT_DATAcannot be used as aComplianceTypefor filtering results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
complianceTypesWithStrings
GetComplianceDetailsByResourceRequest.Builder complianceTypesWithStrings(String... complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATAis a validComplianceTypethat is returned when an Config rule cannot be evaluated. However,INSUFFICIENT_DATAcannot be used as aComplianceTypefor filtering results.- Parameters:
complianceTypes- Filters the results by compliance.INSUFFICIENT_DATAis a validComplianceTypethat is returned when an Config rule cannot be evaluated. However,INSUFFICIENT_DATAcannot be used as aComplianceTypefor filtering results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
complianceTypes
GetComplianceDetailsByResourceRequest.Builder complianceTypes(Collection<ComplianceType> complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATAis a validComplianceTypethat is returned when an Config rule cannot be evaluated. However,INSUFFICIENT_DATAcannot be used as aComplianceTypefor filtering results.- Parameters:
complianceTypes- Filters the results by compliance.INSUFFICIENT_DATAis a validComplianceTypethat is returned when an Config rule cannot be evaluated. However,INSUFFICIENT_DATAcannot be used as aComplianceTypefor filtering results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
complianceTypes
GetComplianceDetailsByResourceRequest.Builder complianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
INSUFFICIENT_DATAis a validComplianceTypethat is returned when an Config rule cannot be evaluated. However,INSUFFICIENT_DATAcannot be used as aComplianceTypefor filtering results.- Parameters:
complianceTypes- Filters the results by compliance.INSUFFICIENT_DATAis a validComplianceTypethat is returned when an Config rule cannot be evaluated. However,INSUFFICIENT_DATAcannot be used as aComplianceTypefor filtering results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetComplianceDetailsByResourceRequest.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.
-
resourceEvaluationId
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
ResourceEvaluationIDor aResourceIDandResourceType.- Parameters:
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
ResourceEvaluationIDor aResourceIDandResourceType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetComplianceDetailsByResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetComplianceDetailsByResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-