Interface PortfolioShareOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PortfolioShareOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.797Z")
@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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forPortfolioShareOptions
static final class
An implementation forPortfolioShareOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default MessageLanguage
The message language of the share.default Boolean
Whether to share tagOptions as a part of the portfolio share.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessageLanguage
The message language of the share.Controls status and error message language for share.
Default: - English
-
builder
- Returns:
- a
PortfolioShareOptions.Builder
ofPortfolioShareOptions
-