Interface ListChecksRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListChecksRequest.Builder,
,ListChecksRequest> SdkBuilder<ListChecksRequest.Builder,
,ListChecksRequest> SdkPojo
,SdkRequest.Builder
,TrustedAdvisorRequest.Builder
- Enclosing class:
ListChecksRequest
@Mutable
@NotThreadSafe
public static interface ListChecksRequest.Builder
extends TrustedAdvisorRequest.Builder, SdkPojo, CopyableBuilder<ListChecksRequest.Builder,ListChecksRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsService
(String awsService) The aws service associated with the checkThe ISO 639-1 code for the language that you want your checks to appear in.language
(RecommendationLanguage language) The ISO 639-1 code for the language that you want your checks to appear in.maxResults
(Integer maxResults) The maximum number of results to return per page.The token for the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The pillar of the checkpillar
(RecommendationPillar pillar) The pillar of the checkThe source of the checksource
(RecommendationSource source) The source of the checkMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorRequest.Builder
build
-
Method Details
-
awsService
The aws service associated with the check
- Parameters:
awsService
- The aws service associated with the check- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
The ISO 639-1 code for the language that you want your checks to appear in.
- Parameters:
language
- The ISO 639-1 code for the language that you want your checks to appear in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
language
The ISO 639-1 code for the language that you want your checks to appear in.
- Parameters:
language
- The ISO 639-1 code for the language that you want your checks to appear in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return per page.
- Parameters:
maxResults
- The maximum number of results to return per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Parameters:
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillar
The pillar of the check
- Parameters:
pillar
- The pillar of the check- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pillar
The pillar of the check
- Parameters:
pillar
- The pillar of the check- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The source of the check
- Parameters:
source
- The source of the check- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The source of the check
- Parameters:
source
- The source of the check- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListChecksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListChecksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-