public static interface UpdatePortfolioShareResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<UpdatePortfolioShareResponse.Builder,UpdatePortfolioShareResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePortfolioShareResponse.Builder |
portfolioShareToken(String portfolioShareToken)
The token that tracks the status of the
UpdatePortfolioShare operation for external account to
account or organizational type sharing. |
UpdatePortfolioShareResponse.Builder |
status(ShareStatus status)
The status of
UpdatePortfolioShare operation. |
UpdatePortfolioShareResponse.Builder |
status(String status)
The status of
UpdatePortfolioShare operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePortfolioShareResponse.Builder portfolioShareToken(String portfolioShareToken)
The token that tracks the status of the UpdatePortfolioShare operation for external account to
account or organizational type sharing.
portfolioShareToken - The token that tracks the status of the UpdatePortfolioShare operation for external
account to account or organizational type sharing.UpdatePortfolioShareResponse.Builder status(String status)
The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.
status - The status of UpdatePortfolioShare operation. You can also obtain the operation status
using DescribePortfolioShareStatus API.ShareStatus,
ShareStatusUpdatePortfolioShareResponse.Builder status(ShareStatus status)
The status of UpdatePortfolioShare operation. You can also obtain the operation status using
DescribePortfolioShareStatus API.
status - The status of UpdatePortfolioShare operation. You can also obtain the operation status
using DescribePortfolioShareStatus API.ShareStatus,
ShareStatusCopyright © 2023. All rights reserved.