public static interface ProjectAppConfigResource.Builder extends SdkPojo, CopyableBuilder<ProjectAppConfigResource.Builder,ProjectAppConfigResource>
| Modifier and Type | Method and Description |
|---|---|
ProjectAppConfigResource.Builder |
applicationId(String applicationId)
The ID of the AppConfig application to use for client-side evaluation.
|
ProjectAppConfigResource.Builder |
configurationProfileId(String configurationProfileId)
The ID of the AppConfig profile to use for client-side evaluation.
|
ProjectAppConfigResource.Builder |
environmentId(String environmentId)
The ID of the AppConfig environment to use for client-side evaluation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectAppConfigResource.Builder applicationId(String applicationId)
The ID of the AppConfig application to use for client-side evaluation.
applicationId - The ID of the AppConfig application to use for client-side evaluation.ProjectAppConfigResource.Builder configurationProfileId(String configurationProfileId)
The ID of the AppConfig profile to use for client-side evaluation.
configurationProfileId - The ID of the AppConfig profile to use for client-side evaluation.ProjectAppConfigResource.Builder environmentId(String 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.
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.Copyright © 2022. All rights reserved.