Struct aws_sdk_finspace::operation::create_kx_environment::builders::CreateKxEnvironmentOutputBuilder
source · #[non_exhaustive]pub struct CreateKxEnvironmentOutputBuilder { /* private fields */ }Expand description
A builder for CreateKxEnvironmentOutput.
Implementations§
source§impl CreateKxEnvironmentOutputBuilder
impl CreateKxEnvironmentOutputBuilder
sourcepub fn status(self, input: EnvironmentStatus) -> Self
pub fn status(self, input: EnvironmentStatus) -> Self
The status of the kdb environment.
sourcepub fn set_status(self, input: Option<EnvironmentStatus>) -> Self
pub fn set_status(self, input: Option<EnvironmentStatus>) -> Self
The status of the kdb environment.
sourcepub fn get_status(&self) -> &Option<EnvironmentStatus>
pub fn get_status(&self) -> &Option<EnvironmentStatus>
The status of the kdb environment.
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
A unique identifier for the kdb environment.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
A unique identifier for the kdb environment.
sourcepub fn get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
A unique identifier for the kdb environment.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description for the kdb environment.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description for the kdb environment.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description for the kdb environment.
sourcepub fn environment_arn(self, input: impl Into<String>) -> Self
pub fn environment_arn(self, input: impl Into<String>) -> Self
The ARN identifier of the environment.
sourcepub fn set_environment_arn(self, input: Option<String>) -> Self
pub fn set_environment_arn(self, input: Option<String>) -> Self
The ARN identifier of the environment.
sourcepub fn get_environment_arn(&self) -> &Option<String>
pub fn get_environment_arn(&self) -> &Option<String>
The ARN identifier of the environment.
sourcepub fn kms_key_id(self, input: impl Into<String>) -> Self
pub fn kms_key_id(self, input: impl Into<String>) -> Self
The KMS key ID to encrypt your data in the FinSpace environment.
sourcepub fn set_kms_key_id(self, input: Option<String>) -> Self
pub fn set_kms_key_id(self, input: Option<String>) -> Self
The KMS key ID to encrypt your data in the FinSpace environment.
sourcepub fn get_kms_key_id(&self) -> &Option<String>
pub fn get_kms_key_id(&self) -> &Option<String>
The KMS key ID to encrypt your data in the FinSpace environment.
sourcepub fn creation_timestamp(self, input: DateTime) -> Self
pub fn creation_timestamp(self, input: DateTime) -> Self
The timestamp at which the kdb environment was created in FinSpace.
sourcepub fn set_creation_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_creation_timestamp(self, input: Option<DateTime>) -> Self
The timestamp at which the kdb environment was created in FinSpace.
sourcepub fn get_creation_timestamp(&self) -> &Option<DateTime>
pub fn get_creation_timestamp(&self) -> &Option<DateTime>
The timestamp at which the kdb environment was created in FinSpace.
sourcepub fn build(self) -> CreateKxEnvironmentOutput
pub fn build(self) -> CreateKxEnvironmentOutput
Consumes the builder and constructs a CreateKxEnvironmentOutput.
Trait Implementations§
source§impl Clone for CreateKxEnvironmentOutputBuilder
impl Clone for CreateKxEnvironmentOutputBuilder
source§fn clone(&self) -> CreateKxEnvironmentOutputBuilder
fn clone(&self) -> CreateKxEnvironmentOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateKxEnvironmentOutputBuilder
impl Default for CreateKxEnvironmentOutputBuilder
source§fn default() -> CreateKxEnvironmentOutputBuilder
fn default() -> CreateKxEnvironmentOutputBuilder
source§impl PartialEq for CreateKxEnvironmentOutputBuilder
impl PartialEq for CreateKxEnvironmentOutputBuilder
source§fn eq(&self, other: &CreateKxEnvironmentOutputBuilder) -> bool
fn eq(&self, other: &CreateKxEnvironmentOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.