Interface ListSkillsRequest.Builder
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListSkillsRequest.Builder,,ListSkillsRequest> SdkBuilder<ListSkillsRequest.Builder,,ListSkillsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListSkillsRequest
-
Method Summary
Modifier and TypeMethodDescriptionenablementType(String enablementType) Whether the skill is enabled under the user's account.enablementType(EnablementTypeFilter enablementType) Whether the skill is enabled under the user's account.maxResults(Integer maxResults) The maximum number of results to include in the response.An optional token returned from a prior request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.skillGroupArn(String skillGroupArn) The ARN of the skill group for which to list enabled skills.Whether the skill is publicly available or is a private skill.skillType(SkillTypeFilter skillType) Whether the skill is publicly available or is a private skill.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
skillGroupArn
The ARN of the skill group for which to list enabled skills.
- Parameters:
skillGroupArn- The ARN of the skill group for which to list enabled skills.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enablementType
Whether the skill is enabled under the user's account.
- Parameters:
enablementType- Whether the skill is enabled under the user's account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enablementType
Whether the skill is enabled under the user's account.
- Parameters:
enablementType- Whether the skill is enabled under the user's account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
skillType
Whether the skill is publicly available or is a private skill.
- Parameters:
skillType- Whether the skill is publicly available or is a private skill.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
skillType
Whether the skill is publicly available or is a private skill.
- Parameters:
skillType- Whether the skill is publicly available or is a private skill.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults.- Parameters:
nextToken- An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified byMaxResults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to include in the response. If more results exist than the specified
MaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Parameters:
maxResults- The maximum number of results to include in the response. If more results exist than the specifiedMaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSkillsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSkillsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-