CopyableBuilder<ComplianceByResource.Builder,ComplianceByResource>
, SdkBuilder<ComplianceByResource.Builder,ComplianceByResource>
public static interface ComplianceByResource.Builder extends CopyableBuilder<ComplianceByResource.Builder,ComplianceByResource>
Modifier and Type | Method | Description |
---|---|---|
ComplianceByResource.Builder |
compliance(Compliance compliance) |
Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.
|
ComplianceByResource.Builder |
resourceId(String resourceId) |
The ID of the AWS resource that was evaluated.
|
ComplianceByResource.Builder |
resourceType(String resourceType) |
The type of the AWS resource that was evaluated.
|
copy
apply, build
ComplianceByResource.Builder resourceType(String resourceType)
The type of the AWS resource that was evaluated.
resourceType
- The type of the AWS resource that was evaluated.ComplianceByResource.Builder resourceId(String resourceId)
The ID of the AWS resource that was evaluated.
resourceId
- The ID of the AWS resource that was evaluated.ComplianceByResource.Builder compliance(Compliance compliance)
Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.
compliance
- Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.