Interface ListPartnershipsRequest.Builder

  • Method Details

    • profileId

      Specifies the unique, system-generated identifier for the profile connected to this partnership.

      Parameters:
      profileId - Specifies the unique, system-generated identifier for the profile connected to this partnership.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

      Parameters:
      nextToken - When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListPartnershipsRequest.Builder maxResults(Integer maxResults)

      Specifies the maximum number of capabilities to return.

      Parameters:
      maxResults - Specifies the maximum number of capabilities to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListPartnershipsRequest.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.