Interface PortfolioShareOptions

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:13.935Z") @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