Interface PortfolioShareOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
PortfolioShareOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:24.833Z") @Stability(Stable) public interface PortfolioShareOptions extends software.amazon.jsii.JsiiSerializable
Options for portfolio share.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.servicecatalog.*;
 PortfolioShareOptions portfolioShareOptions = PortfolioShareOptions.builder()
         .messageLanguage(MessageLanguage.EN)
         .shareTagOptions(false)
         .build();
 
  • Method Details

    • getMessageLanguage

      @Stability(Stable) @Nullable default MessageLanguage getMessageLanguage()
      The message language of the share.

      Controls status and error message language for share.

      Default: - English

    • getShareTagOptions

      @Stability(Stable) @Nullable default Boolean getShareTagOptions()
      Whether to share tagOptions as a part of the portfolio share.

      Default: - share not specified

    • builder

      @Stability(Stable) static PortfolioShareOptions.Builder builder()
      Returns:
      a PortfolioShareOptions.Builder of PortfolioShareOptions