public static interface ListConformancePackComplianceScoresRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConformancePackComplianceScoresRequest.Builder |
filters(ConformancePackComplianceScoresFilters filters)
Filters the results based on the
ConformancePackComplianceScoresFilters. |
default ListConformancePackComplianceScoresRequest.Builder |
filters(Consumer<ConformancePackComplianceScoresFilters.Builder> filters)
Filters the results based on the
ConformancePackComplianceScoresFilters. |
ListConformancePackComplianceScoresRequest.Builder |
limit(Integer limit)
The maximum number of conformance pack compliance scores returned on each page.
|
ListConformancePackComplianceScoresRequest.Builder |
nextToken(String nextToken)
The
nextToken string in a prior request that you can use to get the paginated response for the
next set of conformance pack compliance scores. |
ListConformancePackComplianceScoresRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConformancePackComplianceScoresRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListConformancePackComplianceScoresRequest.Builder |
sortBy(SortBy sortBy)
Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder. |
ListConformancePackComplianceScoresRequest.Builder |
sortBy(String sortBy)
Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder. |
ListConformancePackComplianceScoresRequest.Builder |
sortOrder(SortOrder sortOrder)
Determines the order in which conformance pack compliance scores are sorted.
|
ListConformancePackComplianceScoresRequest.Builder |
sortOrder(String sortOrder)
Determines the order in which conformance pack compliance scores are sorted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConformancePackComplianceScoresRequest.Builder filters(ConformancePackComplianceScoresFilters filters)
Filters the results based on the ConformancePackComplianceScoresFilters.
filters - Filters the results based on the ConformancePackComplianceScoresFilters.default ListConformancePackComplianceScoresRequest.Builder filters(Consumer<ConformancePackComplianceScoresFilters.Builder> filters)
Filters the results based on the ConformancePackComplianceScoresFilters.
ConformancePackComplianceScoresFilters.Builder avoiding the need to create one manually via
ConformancePackComplianceScoresFilters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filters(ConformancePackComplianceScoresFilters).
filters - a consumer that will call methods on ConformancePackComplianceScoresFilters.Builderfilters(ConformancePackComplianceScoresFilters)ListConformancePackComplianceScoresRequest.Builder sortOrder(String sortOrder)
Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance
pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter
DESCENDING.
You can sort conformance pack compliance scores by the numerical value of the compliance score by entering
SCORE in the SortBy action. When compliance scores are sorted by SCORE
, conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by
ascending order and first when sorting by descending order.
sortOrder - Determines the order in which conformance pack compliance scores are sorted. Either in ascending or
descending order.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the
conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you
enter DESCENDING.
You can sort conformance pack compliance scores by the numerical value of the compliance score by
entering SCORE in the SortBy action. When compliance scores are sorted by
SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will
be last when sorting by ascending order and first when sorting by descending order.
SortOrder,
SortOrderListConformancePackComplianceScoresRequest.Builder sortOrder(SortOrder sortOrder)
Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance
pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter
DESCENDING.
You can sort conformance pack compliance scores by the numerical value of the compliance score by entering
SCORE in the SortBy action. When compliance scores are sorted by SCORE
, conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by
ascending order and first when sorting by descending order.
sortOrder - Determines the order in which conformance pack compliance scores are sorted. Either in ascending or
descending order.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the
conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you
enter DESCENDING.
You can sort conformance pack compliance scores by the numerical value of the compliance score by
entering SCORE in the SortBy action. When compliance scores are sorted by
SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will
be last when sorting by ascending order and first when sorting by descending order.
SortOrder,
SortOrderListConformancePackComplianceScoresRequest.Builder sortBy(String sortBy)
Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance
pack. Enter SCORE, to sort conformance pack compliance scores by the numerical value of the
compliance score.
sortBy - Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the
conformance pack. Enter SCORE, to sort conformance pack compliance scores by the
numerical value of the compliance score.
SortBy,
SortByListConformancePackComplianceScoresRequest.Builder sortBy(SortBy sortBy)
Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance
pack. Enter SCORE, to sort conformance pack compliance scores by the numerical value of the
compliance score.
sortBy - Sorts your conformance pack compliance scores in either ascending or descending order, depending on
SortOrder.
By default, conformance pack compliance scores are sorted in alphabetical order by name of the
conformance pack. Enter SCORE, to sort conformance pack compliance scores by the
numerical value of the compliance score.
SortBy,
SortByListConformancePackComplianceScoresRequest.Builder limit(Integer limit)
The maximum number of conformance pack compliance scores returned on each page.
limit - The maximum number of conformance pack compliance scores returned on each page.ListConformancePackComplianceScoresRequest.Builder nextToken(String nextToken)
The nextToken string in a prior request that you can use to get the paginated response for the
next set of conformance pack compliance scores.
nextToken - The nextToken string in a prior request that you can use to get the paginated response
for the next set of conformance pack compliance scores.ListConformancePackComplianceScoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConformancePackComplianceScoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.