Class CfnExtensionAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.appconfig.CfnExtensionAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExtensionAssociation>
- Enclosing class:
CfnExtensionAssociation
@Stability(Stable)
public static final class CfnExtensionAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExtensionAssociation>
A fluent builder for
CfnExtensionAssociation
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
extensionIdentifier
(String extensionIdentifier) The name, the ID, or the Amazon Resource Name (ARN) of the extension.extensionVersionNumber
(Number extensionVersionNumber) The version number of the extension.parameters
(Map<String, String> parameters) The parameter names and values defined in the extensions.parameters
(IResolvable parameters) The parameter names and values defined in the extensions.resourceIdentifier
(String resourceIdentifier) The ARN of an application, configuration profile, or environment.Adds one or more tags for the specified extension association.
-
Method Details
-
create
@Stability(Stable) public static CfnExtensionAssociation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnExtensionAssociation.Builder
.
-
extensionIdentifier
@Stability(Stable) public CfnExtensionAssociation.Builder extensionIdentifier(String extensionIdentifier) The name, the ID, or the Amazon Resource Name (ARN) of the extension.- Parameters:
extensionIdentifier
- The name, the ID, or the Amazon Resource Name (ARN) of the extension. This parameter is required.- Returns:
this
- See Also:
-
extensionVersionNumber
@Stability(Stable) public CfnExtensionAssociation.Builder extensionVersionNumber(Number extensionVersionNumber) The version number of the extension.If not specified, AWS AppConfig uses the maximum version of the extension.
- Parameters:
extensionVersionNumber
- The version number of the extension. This parameter is required.- Returns:
this
- See Also:
-
parameters
The parameter names and values defined in the extensions.Extension parameters marked
Required
must be entered for this field.- Parameters:
parameters
- The parameter names and values defined in the extensions. This parameter is required.- Returns:
this
- See Also:
-
parameters
The parameter names and values defined in the extensions.Extension parameters marked
Required
must be entered for this field.- Parameters:
parameters
- The parameter names and values defined in the extensions. This parameter is required.- Returns:
this
- See Also:
-
resourceIdentifier
@Stability(Stable) public CfnExtensionAssociation.Builder resourceIdentifier(String resourceIdentifier) The ARN of an application, configuration profile, or environment.- Parameters:
resourceIdentifier
- The ARN of an application, configuration profile, or environment. This parameter is required.- Returns:
this
- See Also:
-
tags
Adds one or more tags for the specified extension association.Tags are metadata that help you categorize resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.
- Parameters:
tags
- Adds one or more tags for the specified extension association. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnExtensionAssociation>
- Returns:
- a newly built instance of
CfnExtensionAssociation
.
-