Interface ProjectAppConfigResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProjectAppConfigResource.Builder,ProjectAppConfigResource>,SdkBuilder<ProjectAppConfigResource.Builder,ProjectAppConfigResource>,SdkPojo
- Enclosing class:
- ProjectAppConfigResource
public static interface ProjectAppConfigResource.Builder extends SdkPojo, CopyableBuilder<ProjectAppConfigResource.Builder,ProjectAppConfigResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectAppConfigResource.BuilderapplicationId(String applicationId)The ID of the AppConfig application to use for client-side evaluation.ProjectAppConfigResource.BuilderconfigurationProfileId(String configurationProfileId)The ID of the AppConfig profile to use for client-side evaluation.ProjectAppConfigResource.BuilderenvironmentId(String environmentId)The ID of the AppConfig environment to use for client-side evaluation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applicationId
ProjectAppConfigResource.Builder applicationId(String 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.
-
configurationProfileId
ProjectAppConfigResource.Builder configurationProfileId(String configurationProfileId)
The ID of the AppConfig profile to use for client-side evaluation.
- Parameters:
configurationProfileId- The ID of the AppConfig profile to use for client-side evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
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.- 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.
-
-