Class ConfigurationProfileReference.Builder
java.lang.Object
software.amazon.awscdk.services.appconfig.ConfigurationProfileReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfigurationProfileReference>
- Enclosing interface:
ConfigurationProfileReference
@Stability(Stable)
public static final class ConfigurationProfileReference.Builder
extends Object
implements software.amazon.jsii.Builder<ConfigurationProfileReference>
A builder for
ConfigurationProfileReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) Sets the value ofConfigurationProfileReference.getApplicationId()
build()
Builds the configured instance.configurationProfileId
(String configurationProfileId) Sets the value ofConfigurationProfileReference.getConfigurationProfileId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationId
Sets the value ofConfigurationProfileReference.getApplicationId()
- Parameters:
applicationId
- The ApplicationId of the ConfigurationProfile resource. This parameter is required.- Returns:
this
-
configurationProfileId
@Stability(Stable) public ConfigurationProfileReference.Builder configurationProfileId(String configurationProfileId) Sets the value ofConfigurationProfileReference.getConfigurationProfileId()
- Parameters:
configurationProfileId
- The ConfigurationProfileId of the ConfigurationProfile resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ConfigurationProfileReference>
- Returns:
- a new instance of
ConfigurationProfileReference
- Throws:
NullPointerException
- if any required attribute was not provided
-