@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.066Z") @Stability(value=Stable) public interface CfnAcceptedPortfolioShareProps 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.*;
CfnAcceptedPortfolioShareProps cfnAcceptedPortfolioShareProps = CfnAcceptedPortfolioShareProps.builder()
.portfolioId("portfolioId")
// the properties below are optional
.acceptLanguage("acceptLanguage")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAcceptedPortfolioShareProps.Builder
A builder for
CfnAcceptedPortfolioShareProps |
static class |
CfnAcceptedPortfolioShareProps.Jsii$Proxy
An implementation for
CfnAcceptedPortfolioShareProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAcceptedPortfolioShareProps.Builder |
builder() |
default String |
getAcceptLanguage()
The language code.
|
String |
getPortfolioId()
The portfolio identifier.
|
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) static CfnAcceptedPortfolioShareProps.Builder builder()
Copyright © 2022. All rights reserved.