public static interface PortfolioShareDetail.Builder extends SdkPojo, CopyableBuilder<PortfolioShareDetail.Builder,PortfolioShareDetail>
| Modifier and Type | Method and Description |
|---|---|
PortfolioShareDetail.Builder |
accepted(Boolean accepted)
Indicates whether the shared portfolio is imported by the recipient account.
|
PortfolioShareDetail.Builder |
principalId(String principalId)
The identifier of the recipient entity that received the portfolio share.
|
PortfolioShareDetail.Builder |
sharePrincipals(Boolean sharePrincipals)
Indicates if
Principal sharing is enabled or disabled for the portfolio share. |
PortfolioShareDetail.Builder |
shareTagOptions(Boolean shareTagOptions)
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
|
PortfolioShareDetail.Builder |
type(DescribePortfolioShareType type)
The type of the portfolio share.
|
PortfolioShareDetail.Builder |
type(String type)
The type of the portfolio share.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortfolioShareDetail.Builder principalId(String principalId)
The identifier of the recipient entity that received the portfolio share. The recipient entity can be one of the following:
1. An external account.
2. An organziation member account.
3. An organzational unit (OU).
4. The organization itself. (This shares with every account in the organization).
principalId - The identifier of the recipient entity that received the portfolio share. The recipient entity can be
one of the following:
1. An external account.
2. An organziation member account.
3. An organzational unit (OU).
4. The organization itself. (This shares with every account in the organization).
PortfolioShareDetail.Builder type(String type)
The type of the portfolio share.
type - The type of the portfolio share.DescribePortfolioShareType,
DescribePortfolioShareTypePortfolioShareDetail.Builder type(DescribePortfolioShareType type)
The type of the portfolio share.
type - The type of the portfolio share.DescribePortfolioShareType,
DescribePortfolioShareTypePortfolioShareDetail.Builder accepted(Boolean accepted)
Indicates whether the shared portfolio is imported by the recipient account. If the recipient is in an organization node, the share is automatically imported, and the field is always set to true.
accepted - Indicates whether the shared portfolio is imported by the recipient account. If the recipient is in an
organization node, the share is automatically imported, and the field is always set to true.PortfolioShareDetail.Builder shareTagOptions(Boolean shareTagOptions)
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
shareTagOptions - Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.PortfolioShareDetail.Builder sharePrincipals(Boolean sharePrincipals)
Indicates if Principal sharing is enabled or disabled for the portfolio share.
sharePrincipals - Indicates if Principal sharing is enabled or disabled for the portfolio share.Copyright © 2023. All rights reserved.