@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.292Z") @Stability(value=Experimental) public interface PortfolioShareOptions extends software.amazon.jsii.JsiiSerializable
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()
(experimental) The message language of the share.
|
default Boolean |
getShareTagOptions()
(experimental) Whether to share tagOptions as a part of the portfolio share.
|
@Stability(value=Experimental) @Nullable default MessageLanguage getMessageLanguage()
Controls status and error message language for share.
Default: - English
@Stability(value=Experimental) @Nullable default Boolean getShareTagOptions()
Default: - share not specified
@Stability(value=Experimental) static PortfolioShareOptions.Builder builder()
PortfolioShareOptions.Builder of PortfolioShareOptionsCopyright © 2021. All rights reserved.