Interface CfnPortfolioMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortfolioMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-27T13:12:20.898Z")
@Stability(Stable)
public interface CfnPortfolioMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnPortfolioPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.*;
CfnPortfolioMixinProps cfnPortfolioMixinProps = CfnPortfolioMixinProps.builder()
.acceptLanguage("acceptLanguage")
.description("description")
.displayName("displayName")
.providerName("providerName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPortfolioMixinPropsstatic final classAn implementation forCfnPortfolioMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAcceptLanguage
The language code.jp- Japanesezh- Chinese
- See Also:
-
getDescription
The description of the portfolio.- See Also:
-
getDisplayName
The name to use for display purposes.- See Also:
-
getProviderName
The name of the portfolio provider.- See Also:
-
getTags
One or more tags.- See Also:
-
builder
- Returns:
- a
CfnPortfolioMixinProps.BuilderofCfnPortfolioMixinProps
-