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 Details

    • 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:
    • 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:
    • 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:
    • 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

      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.
    • overrideConfiguration

      ListSkillsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.