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