Interface ListChecksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListChecksRequest.Builder,ListChecksRequest>,SdkBuilder<ListChecksRequest.Builder,ListChecksRequest>,SdkPojo,SdkRequest.Builder,TrustedAdvisorRequest.Builder
- Enclosing class:
- ListChecksRequest
public static interface ListChecksRequest.Builder extends TrustedAdvisorRequest.Builder, SdkPojo, CopyableBuilder<ListChecksRequest.Builder,ListChecksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChecksRequest.BuilderawsService(String awsService)The aws service associated with the checkListChecksRequest.Builderlanguage(String language)The ISO 639-1 code for the language that you want your checks to appear in.ListChecksRequest.Builderlanguage(RecommendationLanguage language)The ISO 639-1 code for the language that you want your checks to appear in.ListChecksRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return per page.ListChecksRequest.BuildernextToken(String nextToken)The token for the next set of results.ListChecksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChecksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChecksRequest.Builderpillar(String pillar)The pillar of the checkListChecksRequest.Builderpillar(RecommendationPillar pillar)The pillar of the checkListChecksRequest.Buildersource(String source)The source of the checkListChecksRequest.Buildersource(RecommendationSource source)The source of the check-
Methods 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorRequest.Builder
build
-
-
-
-
Method Detail
-
awsService
ListChecksRequest.Builder awsService(String 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
ListChecksRequest.Builder language(String 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:
RecommendationLanguage,RecommendationLanguage
-
language
ListChecksRequest.Builder language(RecommendationLanguage 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:
RecommendationLanguage,RecommendationLanguage
-
maxResults
ListChecksRequest.Builder maxResults(Integer 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
ListChecksRequest.Builder nextToken(String 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
ListChecksRequest.Builder pillar(String 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:
RecommendationPillar,RecommendationPillar
-
pillar
ListChecksRequest.Builder pillar(RecommendationPillar 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:
RecommendationPillar,RecommendationPillar
-
source
ListChecksRequest.Builder source(String 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:
RecommendationSource,RecommendationSource
-
source
ListChecksRequest.Builder source(RecommendationSource 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:
RecommendationSource,RecommendationSource
-
overrideConfiguration
ListChecksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChecksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-