Interface ListSkillsRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListSkillsRequest.Builder,ListSkillsRequest>,SdkBuilder<ListSkillsRequest.Builder,ListSkillsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSkillsRequest
public static interface ListSkillsRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListSkillsRequest.Builder,ListSkillsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSkillsRequest.BuilderenablementType(String enablementType)Whether the skill is enabled under the user's account.ListSkillsRequest.BuilderenablementType(EnablementTypeFilter enablementType)Whether the skill is enabled under the user's account.ListSkillsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListSkillsRequest.BuildernextToken(String nextToken)An optional token returned from a prior request.ListSkillsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSkillsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSkillsRequest.BuilderskillGroupArn(String skillGroupArn)The ARN of the skill group for which to list enabled skills.ListSkillsRequest.BuilderskillType(String skillType)Whether the skill is publicly available or is a private skill.ListSkillsRequest.BuilderskillType(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
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
-
skillGroupArn
ListSkillsRequest.Builder skillGroupArn(String 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
ListSkillsRequest.Builder enablementType(String 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:
EnablementTypeFilter,EnablementTypeFilter
-
enablementType
ListSkillsRequest.Builder enablementType(EnablementTypeFilter 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:
EnablementTypeFilter,EnablementTypeFilter
-
skillType
ListSkillsRequest.Builder skillType(String 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:
SkillTypeFilter,SkillTypeFilter
-
skillType
ListSkillsRequest.Builder skillType(SkillTypeFilter 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:
SkillTypeFilter,SkillTypeFilter
-
nextToken
ListSkillsRequest.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.- 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
ListSkillsRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSkillsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-