public static interface DescribePortfolioSharesRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<DescribePortfolioSharesRequest.Builder,DescribePortfolioSharesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePortfolioSharesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePortfolioSharesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribePortfolioSharesRequest.Builder |
pageSize(Integer pageSize)
The maximum number of items to return with this call.
|
DescribePortfolioSharesRequest.Builder |
pageToken(String pageToken)
The page token for the next set of results.
|
DescribePortfolioSharesRequest.Builder |
portfolioId(String portfolioId)
The unique identifier of the portfolio for which shares will be retrieved.
|
DescribePortfolioSharesRequest.Builder |
type(DescribePortfolioShareType type)
The type of portfolio share to summarize.
|
DescribePortfolioSharesRequest.Builder |
type(String type)
The type of portfolio share to summarize.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePortfolioSharesRequest.Builder portfolioId(String portfolioId)
The unique identifier of the portfolio for which shares will be retrieved.
portfolioId - The unique identifier of the portfolio for which shares will be retrieved.DescribePortfolioSharesRequest.Builder type(String 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.
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.
DescribePortfolioShareType,
DescribePortfolioShareTypeDescribePortfolioSharesRequest.Builder type(DescribePortfolioShareType 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.
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.
DescribePortfolioShareType,
DescribePortfolioShareTypeDescribePortfolioSharesRequest.Builder pageToken(String pageToken)
The page token for the next set of results. To retrieve the first set of results, use null.
pageToken - The page token for the next set of results. To retrieve the first set of results, use null.DescribePortfolioSharesRequest.Builder pageSize(Integer pageSize)
The maximum number of items to return with this call.
pageSize - The maximum number of items to return with this call.DescribePortfolioSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePortfolioSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.