public static interface GetComplianceDetailsByResourceRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<GetComplianceDetailsByResourceRequest.Builder,GetComplianceDetailsByResourceRequest>
build
overrideConfiguration
copy
applyMutation, build
GetComplianceDetailsByResourceRequest.Builder resourceType(String resourceType)
The type of the AWS resource for which you want compliance information.
resourceType
- The type of the AWS resource for which you want compliance information.GetComplianceDetailsByResourceRequest.Builder resourceId(String resourceId)
The ID of the AWS resource for which you want compliance information.
resourceId
- The ID of the AWS resource for which you want compliance information.GetComplianceDetailsByResourceRequest.Builder complianceTypesWithStrings(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
.
GetComplianceDetailsByResourceRequest.Builder complianceTypesWithStrings(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
.
GetComplianceDetailsByResourceRequest.Builder complianceTypes(Collection<ComplianceType> 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
.
GetComplianceDetailsByResourceRequest.Builder complianceTypes(ComplianceType... 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
.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetComplianceDetailsByResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.