public static interface ListSkillsRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListSkillsRequest.Builder,ListSkillsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSkillsRequest.Builder |
enablementType(EnablementTypeFilter enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
|
ListSkillsRequest.Builder |
enablementType(String enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
|
ListSkillsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListSkillsRequest.Builder |
nextToken(String nextToken)
An optional token returned from a prior request.
|
ListSkillsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListSkillsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListSkillsRequest.Builder |
skillGroupArn(String skillGroupArn)
The ARN of the skill group for which to list enabled skills.
|
ListSkillsRequest.Builder |
skillType(SkillTypeFilter skillType)
Whether the skill is publicly available or is a private skill.
|
ListSkillsRequest.Builder |
skillType(String skillType)
Whether the skill is publicly available or is a private skill.
|
buildoverrideConfigurationcopyapplyMutation, buildListSkillsRequest.Builder skillGroupArn(String skillGroupArn)
The ARN of the skill group for which to list enabled skills. Required.
skillGroupArn - The ARN of the skill group for which to list enabled skills. Required.ListSkillsRequest.Builder enablementType(String enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
enablementType - Whether the skill is enabled under the user's account, or if it requires linking to be used.EnablementTypeFilter,
EnablementTypeFilterListSkillsRequest.Builder enablementType(EnablementTypeFilter enablementType)
Whether the skill is enabled under the user's account, or if it requires linking to be used.
enablementType - Whether the skill is enabled under the user's account, or if it requires linking to be used.EnablementTypeFilter,
EnablementTypeFilterListSkillsRequest.Builder skillType(String skillType)
Whether the skill is publicly available or is a private skill.
skillType - Whether the skill is publicly available or is a private skill.SkillTypeFilter,
SkillTypeFilterListSkillsRequest.Builder skillType(SkillTypeFilter skillType)
Whether the skill is publicly available or is a private skill.
skillType - Whether the skill is publicly available or is a private skill.SkillTypeFilter,
SkillTypeFilterListSkillsRequest.Builder nextToken(String 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. Required.
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. Required.ListSkillsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be
retrieved. Required.
maxResults - The maximum number of results to include in the response. If more results exist than the specified
MaxResults value, a token is included in the response so that the remaining results can
be retrieved. Required.ListSkillsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListSkillsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.