Interface DescribePortfolioSharesRequest.Builder

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

  • Method Details

    • portfolioId

      The unique identifier of the portfolio for which shares will be retrieved.

      Parameters:
      portfolioId - The unique identifier of the portfolio for which shares will be retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following:

      1. ACCOUNT - Represents an external account to account share.

      2. ORGANIZATION - Represents a share to an organization. This share is available to every account in the organization.

      3. ORGANIZATIONAL_UNIT - Represents a share to an organizational unit.

      4. ORGANIZATION_MEMBER_ACCOUNT - Represents a share to an account in the organization.

      Parameters:
      type - The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following:

      1. ACCOUNT - Represents an external account to account share.

      2. ORGANIZATION - Represents a share to an organization. This share is available to every account in the organization.

      3. ORGANIZATIONAL_UNIT - Represents a share to an organizational unit.

      4. ORGANIZATION_MEMBER_ACCOUNT - Represents a share to an account in the organization.

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

      The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following:

      1. ACCOUNT - Represents an external account to account share.

      2. ORGANIZATION - Represents a share to an organization. This share is available to every account in the organization.

      3. ORGANIZATIONAL_UNIT - Represents a share to an organizational unit.

      4. ORGANIZATION_MEMBER_ACCOUNT - Represents a share to an account in the organization.

      Parameters:
      type - The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following:

      1. ACCOUNT - Represents an external account to account share.

      2. ORGANIZATION - Represents a share to an organization. This share is available to every account in the organization.

      3. ORGANIZATIONAL_UNIT - Represents a share to an organizational unit.

      4. ORGANIZATION_MEMBER_ACCOUNT - Represents a share to an account in the 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

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