Interface ListPortfolioAccessRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListPortfolioAccessRequest.Builder,ListPortfolioAccessRequest>, SdkBuilder<ListPortfolioAccessRequest.Builder,ListPortfolioAccessRequest>, SdkPojo, SdkRequest.Builder, ServiceCatalogRequest.Builder
Enclosing class:
ListPortfolioAccessRequest

public static interface ListPortfolioAccessRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListPortfolioAccessRequest.Builder,ListPortfolioAccessRequest>
  • Method Details

    • acceptLanguage

      ListPortfolioAccessRequest.Builder acceptLanguage(String acceptLanguage)

      The language code.

      • jp - Japanese

      • zh - Chinese

      Parameters:
      acceptLanguage - The language code.

      • jp - Japanese

      • zh - Chinese

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • portfolioId

      ListPortfolioAccessRequest.Builder portfolioId(String portfolioId)

      The portfolio identifier.

      Parameters:
      portfolioId - The portfolio identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationParentId

      ListPortfolioAccessRequest.Builder organizationParentId(String organizationParentId)

      The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.

      Parameters:
      organizationParentId - The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageToken

      The page token for the next set of results. To retrieve the first set of results, use null.

      Parameters:
      pageToken - The page token for the next set of results. To retrieve the first set of results, use null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pageSize

      The maximum number of items to return with this call.

      Parameters:
      pageSize - The maximum number of items to return with this call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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