Interface UpdatePortfolioShareResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdatePortfolioShareResponse.Builder,UpdatePortfolioShareResponse>,SdkBuilder<UpdatePortfolioShareResponse.Builder,UpdatePortfolioShareResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- UpdatePortfolioShareResponse
public static interface UpdatePortfolioShareResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<UpdatePortfolioShareResponse.Builder,UpdatePortfolioShareResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePortfolioShareResponse.BuilderportfolioShareToken(String portfolioShareToken)The token that tracks the status of theUpdatePortfolioShareoperation for external account to account or organizational type sharing.UpdatePortfolioShareResponse.Builderstatus(String status)The status ofUpdatePortfolioShareoperation.UpdatePortfolioShareResponse.Builderstatus(ShareStatus status)The status ofUpdatePortfolioShareoperation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
portfolioShareToken
UpdatePortfolioShareResponse.Builder portfolioShareToken(String portfolioShareToken)
The token that tracks the status of the
UpdatePortfolioShareoperation for external account to account or organizational type sharing.- Parameters:
portfolioShareToken- The token that tracks the status of theUpdatePortfolioShareoperation for external account to account or organizational type sharing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdatePortfolioShareResponse.Builder status(String status)
The status of
UpdatePortfolioShareoperation. You can also obtain the operation status usingDescribePortfolioShareStatusAPI.- Parameters:
status- The status ofUpdatePortfolioShareoperation. You can also obtain the operation status usingDescribePortfolioShareStatusAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
status
UpdatePortfolioShareResponse.Builder status(ShareStatus status)
The status of
UpdatePortfolioShareoperation. You can also obtain the operation status usingDescribePortfolioShareStatusAPI.- Parameters:
status- The status ofUpdatePortfolioShareoperation. You can also obtain the operation status usingDescribePortfolioShareStatusAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
-