Interface ListOrganizationPortfolioAccessRequest.Builder

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

  • Method Details

    • 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

      The portfolio identifier. For example, port-2abcdext3y5fk.

      Parameters:
      portfolioId - The portfolio identifier. For example, port-2abcdext3y5fk.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • organizationNodeType

      ListOrganizationPortfolioAccessRequest.Builder organizationNodeType(String organizationNodeType)

      The organization node type that will be returned in the output.

      • ORGANIZATION - Organization that has access to the portfolio.

      • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.

      • ACCOUNT - Account that has access to the portfolio within your organization.

      Parameters:
      organizationNodeType - The organization node type that will be returned in the output.

      • ORGANIZATION - Organization that has access to the portfolio.

      • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.

      • ACCOUNT - Account that has access to the portfolio within your organization.

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

      ListOrganizationPortfolioAccessRequest.Builder organizationNodeType(OrganizationNodeType organizationNodeType)

      The organization node type that will be returned in the output.

      • ORGANIZATION - Organization that has access to the portfolio.

      • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.

      • ACCOUNT - Account that has access to the portfolio within your organization.

      Parameters:
      organizationNodeType - The organization node type that will be returned in the output.

      • ORGANIZATION - Organization that has access to the portfolio.

      • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.

      • ACCOUNT - Account that has access to the portfolio within your organization.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.