Interface ListConformancePackComplianceScoresRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>,SdkBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConformancePackComplianceScoresRequest
public static interface ListConformancePackComplianceScoresRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<ListConformancePackComplianceScoresRequest.Builder,ListConformancePackComplianceScoresRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListConformancePackComplianceScoresRequest.Builderfilters(Consumer<ConformancePackComplianceScoresFilters.Builder> filters)Filters the results based on theConformancePackComplianceScoresFilters.ListConformancePackComplianceScoresRequest.Builderfilters(ConformancePackComplianceScoresFilters filters)Filters the results based on theConformancePackComplianceScoresFilters.ListConformancePackComplianceScoresRequest.Builderlimit(Integer limit)The maximum number of conformance pack compliance scores returned on each page.ListConformancePackComplianceScoresRequest.BuildernextToken(String nextToken)ThenextTokenstring in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.ListConformancePackComplianceScoresRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConformancePackComplianceScoresRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConformancePackComplianceScoresRequest.BuildersortBy(String sortBy)Sorts your conformance pack compliance scores in either ascending or descending order, depending onSortOrder.ListConformancePackComplianceScoresRequest.BuildersortBy(SortBy sortBy)Sorts your conformance pack compliance scores in either ascending or descending order, depending onSortOrder.ListConformancePackComplianceScoresRequest.BuildersortOrder(String sortOrder)Determines the order in which conformance pack compliance scores are sorted.ListConformancePackComplianceScoresRequest.BuildersortOrder(SortOrder sortOrder)Determines the order in which conformance pack compliance scores are sorted.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
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
-
filters
ListConformancePackComplianceScoresRequest.Builder filters(ConformancePackComplianceScoresFilters filters)
Filters the results based on the
ConformancePackComplianceScoresFilters.- Parameters:
filters- Filters the results based on theConformancePackComplianceScoresFilters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
default ListConformancePackComplianceScoresRequest.Builder filters(Consumer<ConformancePackComplianceScoresFilters.Builder> filters)
Filters the results based on the
This is a convenience method that creates an instance of theConformancePackComplianceScoresFilters.ConformancePackComplianceScoresFilters.Builderavoiding the need to create one manually viaConformancePackComplianceScoresFilters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(ConformancePackComplianceScoresFilters).- Parameters:
filters- a consumer that will call methods onConformancePackComplianceScoresFilters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filters(ConformancePackComplianceScoresFilters)
-
sortOrder
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
SCOREin theSortByaction. When compliance scores are sorted bySCORE, conformance packs with a compliance score ofINSUFFICIENT_DATAwill be last when sorting by ascending order and first when sorting by descending order.- Parameters:
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
SCOREin theSortByaction. When compliance scores are sorted bySCORE, conformance packs with a compliance score ofINSUFFICIENT_DATAwill be last when sorting by ascending order and first when sorting by descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
sortOrder
ListConformancePackComplianceScoresRequest.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
SCOREin theSortByaction. When compliance scores are sorted bySCORE, conformance packs with a compliance score ofINSUFFICIENT_DATAwill be last when sorting by ascending order and first when sorting by descending order.- Parameters:
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
SCOREin theSortByaction. When compliance scores are sorted bySCORE, conformance packs with a compliance score ofINSUFFICIENT_DATAwill be last when sorting by ascending order and first when sorting by descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortOrder,SortOrder
-
sortBy
ListConformancePackComplianceScoresRequest.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.- Parameters:
sortBy- Sorts your conformance pack compliance scores in either ascending or descending order, depending onSortOrder.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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortBy,SortBy
-
sortBy
ListConformancePackComplianceScoresRequest.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.- Parameters:
sortBy- Sorts your conformance pack compliance scores in either ascending or descending order, depending onSortOrder.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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortBy,SortBy
-
limit
ListConformancePackComplianceScoresRequest.Builder limit(Integer limit)
The maximum number of conformance pack compliance scores returned on each page.
- Parameters:
limit- The maximum number of conformance pack compliance scores returned on each page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListConformancePackComplianceScoresRequest.Builder nextToken(String nextToken)
The
nextTokenstring in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.- Parameters:
nextToken- ThenextTokenstring in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConformancePackComplianceScoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConformancePackComplianceScoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-