Interface ProjectAppConfigResourceConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProjectAppConfigResourceConfig.Builder,,- ProjectAppConfigResourceConfig> - SdkBuilder<ProjectAppConfigResourceConfig.Builder,,- ProjectAppConfigResourceConfig> - SdkPojo
- Enclosing class:
- ProjectAppConfigResourceConfig
@Mutable
@NotThreadSafe
public static interface ProjectAppConfigResourceConfig.Builder
extends SdkPojo, CopyableBuilder<ProjectAppConfigResourceConfig.Builder,ProjectAppConfigResourceConfig> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe 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.
 
- 
environmentIdThe 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 for- applicationId.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-