public static final class CfnProject.AppConfigResourceObjectProperty.Builder
extends java.lang.Object
CfnProject.AppConfigResourceObjectProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnProject.AppConfigResourceObjectProperty.Builder |
applicationId(java.lang.String applicationId)
Sets the value of
CfnProject.AppConfigResourceObjectProperty.getApplicationId() |
CfnProject.AppConfigResourceObjectProperty |
build()
Builds the configured instance.
|
CfnProject.AppConfigResourceObjectProperty.Builder |
environmentId(java.lang.String environmentId)
Sets the value of
CfnProject.AppConfigResourceObjectProperty.getEnvironmentId() |
public CfnProject.AppConfigResourceObjectProperty.Builder applicationId(java.lang.String applicationId)
CfnProject.AppConfigResourceObjectProperty.getApplicationId()
applicationId
- The ID of the AWS AppConfig application to use for client-side evaluation. This parameter is required.this
public CfnProject.AppConfigResourceObjectProperty.Builder environmentId(java.lang.String environmentId)
CfnProject.AppConfigResourceObjectProperty.getEnvironmentId()
environmentId
- The ID of the AWS AppConfig environment to use for client-side evaluation. This parameter is required.this
public CfnProject.AppConfigResourceObjectProperty build()
CfnProject.AppConfigResourceObjectProperty
java.lang.NullPointerException
- if any required attribute was not provided