public static interface DescribeComplianceByResourceRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeComplianceByResourceRequest.Builder,DescribeComplianceByResourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeComplianceByResourceRequest.Builder resourceType(String resourceType)
The types of Amazon Web Services resources for which you want compliance information (for example,
AWS::EC2::Instance). For this action, you can specify that the resource type is an Amazon Web
Services account by specifying AWS::::Account.
resourceType - The types of Amazon Web Services resources for which you want compliance information (for example,
AWS::EC2::Instance). For this action, you can specify that the resource type is an Amazon
Web Services account by specifying AWS::::Account.DescribeComplianceByResourceRequest.Builder resourceId(String resourceId)
The ID of the Amazon Web Services resource for which you want compliance information. You can specify only
one resource ID. If you specify a resource ID, you must also specify a type for ResourceType.
resourceId - The ID of the Amazon Web Services resource for which you want compliance information. You can specify
only one resource ID. If you specify a resource ID, you must also specify a type for
ResourceType.DescribeComplianceByResourceRequest.Builder complianceTypesWithStrings(Collection<String> complianceTypes)
Filters the results by compliance.
complianceTypes - Filters the results by compliance.DescribeComplianceByResourceRequest.Builder complianceTypesWithStrings(String... complianceTypes)
Filters the results by compliance.
complianceTypes - Filters the results by compliance.DescribeComplianceByResourceRequest.Builder complianceTypes(Collection<ComplianceType> complianceTypes)
Filters the results by compliance.
complianceTypes - Filters the results by compliance.DescribeComplianceByResourceRequest.Builder complianceTypes(ComplianceType... complianceTypes)
Filters the results by compliance.
complianceTypes - Filters the results by compliance.DescribeComplianceByResourceRequest.Builder limit(Integer limit)
The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
limit - The maximum number of evaluation results returned on each page. The default is 10. You cannot specify
a number greater than 100. If you specify 0, Config uses the default.DescribeComplianceByResourceRequest.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.DescribeComplianceByResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeComplianceByResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.