CopyableBuilder<GetComplianceSummaryByResourceTypeRequest.Builder,GetComplianceSummaryByResourceTypeRequest>
, SdkBuilder<GetComplianceSummaryByResourceTypeRequest.Builder,GetComplianceSummaryByResourceTypeRequest>
public static interface GetComplianceSummaryByResourceTypeRequest.Builder extends CopyableBuilder<GetComplianceSummaryByResourceTypeRequest.Builder,GetComplianceSummaryByResourceTypeRequest>
Modifier and Type | Method | Description |
---|---|---|
GetComplianceSummaryByResourceTypeRequest.Builder |
resourceTypes(String... resourceTypes) |
Specify one or more resource types to get the number of resources that are compliant and the number that are
noncompliant for each resource type.
|
GetComplianceSummaryByResourceTypeRequest.Builder |
resourceTypes(Collection<String> resourceTypes) |
Specify one or more resource types to get the number of resources that are compliant and the number that are
noncompliant for each resource type.
|
copy
apply, build
GetComplianceSummaryByResourceTypeRequest.Builder resourceTypes(Collection<String> resourceTypes)
Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can
specify that the resource type is an AWS account by specifying AWS::::Account
.
resourceTypes
- Specify one or more resource types to get the number of resources that are compliant and the number
that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and
you can specify that the resource type is an AWS account by specifying AWS::::Account
.
GetComplianceSummaryByResourceTypeRequest.Builder resourceTypes(String... resourceTypes)
Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and you can
specify that the resource type is an AWS account by specifying AWS::::Account
.
NOTE: This method appends the values to the existing list (if any). Use
#setResourceTypes(java.util.Collection)
or #withResourceTypes(java.util.Collection)
if you
want to override the existing values.
resourceTypes
- Specify one or more resource types to get the number of resources that are compliant and the number
that are noncompliant for each resource type.
For this request, you can specify an AWS resource type such as AWS::EC2::Instance
, and
you can specify that the resource type is an AWS account by specifying AWS::::Account
.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.