Interface ListSkillsRequest.Builder

    • 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
      • 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 by MaxResults.
        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 MaxResults value, 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 specified MaxResults value, 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.