@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:03.859Z")
public interface CfnAcceptedPortfolioShareProps
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 java.lang.String |
getAcceptLanguage()
The language code.
|
java.lang.String |
getPortfolioId()
The portfolio identifier.
|
java.lang.String getPortfolioId()
default java.lang.String getAcceptLanguage()
en
- English (default)jp
- Japanesezh
- Chinesestatic CfnAcceptedPortfolioShareProps.Builder builder()