Interface ListSkillsStoreSkillsByCategoryRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListSkillsStoreSkillsByCategoryRequest.Builder,ListSkillsStoreSkillsByCategoryRequest>,SdkBuilder<ListSkillsStoreSkillsByCategoryRequest.Builder,ListSkillsStoreSkillsByCategoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSkillsStoreSkillsByCategoryRequest
public static interface ListSkillsStoreSkillsByCategoryRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListSkillsStoreSkillsByCategoryRequest.Builder,ListSkillsStoreSkillsByCategoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSkillsStoreSkillsByCategoryRequest.BuildercategoryId(Long categoryId)The category ID for which the skills are being retrieved from the skill store.ListSkillsStoreSkillsByCategoryRequest.BuildermaxResults(Integer maxResults)The maximum number of skills returned per paginated calls.ListSkillsStoreSkillsByCategoryRequest.BuildernextToken(String nextToken)The tokens used for pagination.ListSkillsStoreSkillsByCategoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSkillsStoreSkillsByCategoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
categoryId
ListSkillsStoreSkillsByCategoryRequest.Builder categoryId(Long categoryId)
The category ID for which the skills are being retrieved from the skill store.
- Parameters:
categoryId- The category ID for which the skills are being retrieved from the skill store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSkillsStoreSkillsByCategoryRequest.Builder nextToken(String nextToken)
The tokens used for pagination.
- Parameters:
nextToken- The tokens used for pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSkillsStoreSkillsByCategoryRequest.Builder maxResults(Integer maxResults)
The maximum number of skills returned per paginated calls.
- Parameters:
maxResults- The maximum number of skills returned per paginated calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSkillsStoreSkillsByCategoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSkillsStoreSkillsByCategoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-