public static interface DescribeConformancePacksRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConformancePacksRequest.Builder,DescribeConformancePacksRequest>
Modifier and Type | Method and Description |
---|---|
DescribeConformancePacksRequest.Builder |
conformancePackNames(Collection<String> conformancePackNames)
Comma-separated list of conformance pack names for which you want details.
|
DescribeConformancePacksRequest.Builder |
conformancePackNames(String... conformancePackNames)
Comma-separated list of conformance pack names for which you want details.
|
DescribeConformancePacksRequest.Builder |
limit(Integer limit)
The maximum number of conformance packs returned on each page.
|
DescribeConformancePacksRequest.Builder |
nextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of
results in a paginated response. |
DescribeConformancePacksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConformancePacksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeConformancePacksRequest.Builder conformancePackNames(Collection<String> conformancePackNames)
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, AWS Config returns details for all your conformance packs.
conformancePackNames
- Comma-separated list of conformance pack names for which you want details. If you do not specify any
names, AWS Config returns details for all your conformance packs.DescribeConformancePacksRequest.Builder conformancePackNames(String... conformancePackNames)
Comma-separated list of conformance pack names for which you want details. If you do not specify any names, AWS Config returns details for all your conformance packs.
conformancePackNames
- Comma-separated list of conformance pack names for which you want details. If you do not specify any
names, AWS Config returns details for all your conformance packs.DescribeConformancePacksRequest.Builder limit(Integer limit)
The maximum number of conformance packs returned on each page.
limit
- The maximum number of conformance packs returned on each page.DescribeConformancePacksRequest.Builder nextToken(String nextToken)
The nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.
nextToken
- The nextToken
string returned in a previous request that you use to request the next page
of results in a paginated response.DescribeConformancePacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeConformancePacksRequest.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.