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.
|
ListSkillsRequest.Builder |
enablementType(String enablementType)
Whether the skill is enabled under the user's account.
|
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) |
ListSkillsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSkillsRequest.Builder skillGroupArn(String skillGroupArn)
The ARN of the skill group for which to list enabled skills.
skillGroupArn - The ARN of the skill group for which to list enabled skills.ListSkillsRequest.Builder enablementType(String enablementType)
Whether the skill is enabled under the user's account.
enablementType - Whether the skill is enabled under the user's account.EnablementTypeFilter,
EnablementTypeFilterListSkillsRequest.Builder enablementType(EnablementTypeFilter enablementType)
Whether the skill is enabled under the user's account.
enablementType - Whether the skill is enabled under the user's account.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.
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.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.
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.ListSkillsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSkillsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.