Interface ConformancePackComplianceScoresFilters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConformancePackComplianceScoresFilters.Builder,ConformancePackComplianceScoresFilters>,SdkBuilder<ConformancePackComplianceScoresFilters.Builder,ConformancePackComplianceScoresFilters>,SdkPojo
- Enclosing class:
- ConformancePackComplianceScoresFilters
public static interface ConformancePackComplianceScoresFilters.Builder extends SdkPojo, CopyableBuilder<ConformancePackComplianceScoresFilters.Builder,ConformancePackComplianceScoresFilters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConformancePackComplianceScoresFilters.BuilderconformancePackNames(String... conformancePackNames)The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set.ConformancePackComplianceScoresFilters.BuilderconformancePackNames(Collection<String> conformancePackNames)The names of the conformance packs whose compliance scores you want to include in the conformance pack compliance score result set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
conformancePackNames
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. You can include up to 25 conformance packs in the
ConformancePackNamesarray of strings, each with a character limit of 256 characters for the conformance pack name.- Parameters:
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 theConformancePackNamesarray of strings, each with a character limit of 256 characters for the conformance pack name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conformancePackNames
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
ConformancePackNamesarray of strings, each with a character limit of 256 characters for the conformance pack name.- Parameters:
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 theConformancePackNamesarray of strings, each with a character limit of 256 characters for the conformance pack name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-