@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-01T09:58:36.514Z")
public interface PortfolioShareOptions
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();
Modifier and Type | Interface and Description |
---|---|
static class |
PortfolioShareOptions.Builder
A builder for
PortfolioShareOptions |
static class |
PortfolioShareOptions.Jsii$Proxy
An implementation for
PortfolioShareOptions |
Modifier and Type | Method and Description |
---|---|
static PortfolioShareOptions.Builder |
builder() |
default MessageLanguage |
getMessageLanguage()
The message language of the share.
|
default java.lang.Boolean |
getShareTagOptions()
Whether to share tagOptions as a part of the portfolio share.
|
default MessageLanguage getMessageLanguage()
Controls status and error message language for share.
Default: - English
default java.lang.Boolean getShareTagOptions()
Default: - share not specified
static PortfolioShareOptions.Builder builder()
PortfolioShareOptions.Builder
of PortfolioShareOptions