Uses of Class
software.amazon.awscdk.services.appconfig.CfnExtensionAssociationProps.Builder
-
Uses of CfnExtensionAssociationProps.Builder in software.amazon.awscdk.services.appconfig
Modifier and TypeMethodDescriptionCfnExtensionAssociationProps.builder()
CfnExtensionAssociationProps.Builder.extensionIdentifier
(String extensionIdentifier) Sets the value ofCfnExtensionAssociationProps.getExtensionIdentifier()
CfnExtensionAssociationProps.Builder.extensionVersionNumber
(Number extensionVersionNumber) Sets the value ofCfnExtensionAssociationProps.getExtensionVersionNumber()
CfnExtensionAssociationProps.Builder.parameters
(Map<String, String> parameters) Sets the value ofCfnExtensionAssociationProps.getParameters()
CfnExtensionAssociationProps.Builder.parameters
(IResolvable parameters) Sets the value ofCfnExtensionAssociationProps.getParameters()
CfnExtensionAssociationProps.Builder.resourceIdentifier
(String resourceIdentifier) Sets the value ofCfnExtensionAssociationProps.getResourceIdentifier()
Sets the value ofCfnExtensionAssociationProps.getTags()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnExtensionAssociationProps.Builder
.