Class CfnProject.AppConfigResourceObjectProperty.Builder
java.lang.Object
software.amazon.awscdk.services.evidently.CfnProject.AppConfigResourceObjectProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProject.AppConfigResourceObjectProperty>
- Enclosing interface:
CfnProject.AppConfigResourceObjectProperty
@Stability(Stable)
public static final class CfnProject.AppConfigResourceObjectProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProject.AppConfigResourceObjectProperty>
A builder for
CfnProject.AppConfigResourceObjectProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) Sets the value ofCfnProject.AppConfigResourceObjectProperty.getApplicationId()
build()
Builds the configured instance.environmentId
(String environmentId) Sets the value ofCfnProject.AppConfigResourceObjectProperty.getEnvironmentId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationId
@Stability(Stable) public CfnProject.AppConfigResourceObjectProperty.Builder applicationId(String applicationId) Sets the value ofCfnProject.AppConfigResourceObjectProperty.getApplicationId()
- Parameters:
applicationId
- The ID of the AWS AppConfig application to use for client-side evaluation. This parameter is required.- Returns:
this
-
environmentId
@Stability(Stable) public CfnProject.AppConfigResourceObjectProperty.Builder environmentId(String environmentId) Sets the value ofCfnProject.AppConfigResourceObjectProperty.getEnvironmentId()
- Parameters:
environmentId
- The ID of the AWS AppConfig environment to use for client-side evaluation. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnProject.AppConfigResourceObjectProperty>
- Returns:
- a new instance of
CfnProject.AppConfigResourceObjectProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-