public static interface ConformancePackComplianceScoresFilters.Builder extends SdkPojo, CopyableBuilder<ConformancePackComplianceScoresFilters.Builder,ConformancePackComplianceScoresFilters>
| Modifier and Type | Method and Description |
|---|---|
ConformancePackComplianceScoresFilters.Builder |
conformancePackNames(Collection<String> conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set.
|
ConformancePackComplianceScoresFilters.Builder |
conformancePackNames(String... conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConformancePackComplianceScoresFilters.Builder conformancePackNames(Collection<String> conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set. You can include up to 25 conformance packs in the
ConformancePackNames array of strings, each with a character limit of 256 characters for the
conformance pack name.
conformancePackNames - The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set. You can include up to 25 conformance packs in the
ConformancePackNames array of strings, each with a character limit of 256 characters for
the conformance pack name.ConformancePackComplianceScoresFilters.Builder conformancePackNames(String... conformancePackNames)
The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set. You can include up to 25 conformance packs in the
ConformancePackNames array of strings, each with a character limit of 256 characters for the
conformance pack name.
conformancePackNames - The names of the conformance packs whose compliance scores you want to include in the conformance pack
compliance score result set. You can include up to 25 conformance packs in the
ConformancePackNames array of strings, each with a character limit of 256 characters for
the conformance pack name.Copyright © 2023. All rights reserved.