Interface ProjectAppConfigResourceConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ProjectAppConfigResourceConfig.Builder,,ProjectAppConfigResourceConfig> SdkBuilder<ProjectAppConfigResourceConfig.Builder,,ProjectAppConfigResourceConfig> SdkPojo
- Enclosing class:
 ProjectAppConfigResourceConfig
public static interface ProjectAppConfigResourceConfig.Builder
extends SdkPojo, CopyableBuilder<ProjectAppConfigResourceConfig.Builder,ProjectAppConfigResourceConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The ID of the AppConfig application to use for client-side evaluation.environmentId(String environmentId) The ID of the AppConfig environment to use for client-side evaluation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
applicationId
The ID of the AppConfig application to use for client-side evaluation.
- Parameters:
 applicationId- The ID of the AppConfig application to use for client-side evaluation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
environmentId
The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify for
applicationId.- Parameters:
 environmentId- The ID of the AppConfig environment to use for client-side evaluation. This must be an environment that is within the application that you specify forapplicationId.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -