#[non_exhaustive]pub struct ProjectAppConfigResourceConfigBuilder { /* private fields */ }Expand description
A builder for ProjectAppConfigResourceConfig.
Implementations§
source§impl ProjectAppConfigResourceConfigBuilder
impl ProjectAppConfigResourceConfigBuilder
sourcepub fn application_id(self, input: impl Into<String>) -> Self
pub fn application_id(self, input: impl Into<String>) -> Self
The ID of the AppConfig application to use for client-side evaluation.
sourcepub fn set_application_id(self, input: Option<String>) -> Self
pub fn set_application_id(self, input: Option<String>) -> Self
The ID of the AppConfig application to use for client-side evaluation.
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> ProjectAppConfigResourceConfig
pub fn build(self) -> ProjectAppConfigResourceConfig
Consumes the builder and constructs a ProjectAppConfigResourceConfig.
Trait Implementations§
source§impl Clone for ProjectAppConfigResourceConfigBuilder
impl Clone for ProjectAppConfigResourceConfigBuilder
source§fn clone(&self) -> ProjectAppConfigResourceConfigBuilder
fn clone(&self) -> ProjectAppConfigResourceConfigBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ProjectAppConfigResourceConfigBuilder
impl Default for ProjectAppConfigResourceConfigBuilder
source§fn default() -> ProjectAppConfigResourceConfigBuilder
fn default() -> ProjectAppConfigResourceConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ProjectAppConfigResourceConfigBuilder> for ProjectAppConfigResourceConfigBuilder
impl PartialEq<ProjectAppConfigResourceConfigBuilder> for ProjectAppConfigResourceConfigBuilder
source§fn eq(&self, other: &ProjectAppConfigResourceConfigBuilder) -> bool
fn eq(&self, other: &ProjectAppConfigResourceConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.