Struct aws_sdk_finspace::model::environment::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Environment.
Implementations§
source§impl Builder
impl Builder
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
The identifier of the FinSpace environment.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
The identifier of the FinSpace environment.
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID of the AWS account in which the FinSpace environment is created.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID of the AWS account in which the FinSpace environment is created.
sourcepub fn status(self, input: EnvironmentStatus) -> Self
pub fn status(self, input: EnvironmentStatus) -> Self
The current status of creation of the FinSpace environment.
sourcepub fn set_status(self, input: Option<EnvironmentStatus>) -> Self
pub fn set_status(self, input: Option<EnvironmentStatus>) -> Self
The current status of creation of the FinSpace environment.
sourcepub fn environment_url(self, input: impl Into<String>) -> Self
pub fn environment_url(self, input: impl Into<String>) -> Self
The sign-in url for the web application of your FinSpace environment.
sourcepub fn set_environment_url(self, input: Option<String>) -> Self
pub fn set_environment_url(self, input: Option<String>) -> Self
The sign-in url for the web application of your FinSpace environment.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the FinSpace environment.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the FinSpace environment.
sourcepub fn environment_arn(self, input: impl Into<String>) -> Self
pub fn environment_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of your FinSpace environment.
sourcepub fn set_environment_arn(self, input: Option<String>) -> Self
pub fn set_environment_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of your FinSpace environment.
sourcepub fn sage_maker_studio_domain_url(self, input: impl Into<String>) -> Self
pub fn sage_maker_studio_domain_url(self, input: impl Into<String>) -> Self
The url of the integrated FinSpace notebook environment in your web application.
sourcepub fn set_sage_maker_studio_domain_url(self, input: Option<String>) -> Self
pub fn set_sage_maker_studio_domain_url(self, input: Option<String>) -> Self
The url of the integrated FinSpace notebook environment in your web application.
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 used to encrypt 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 used to encrypt in the FinSpace environment.
sourcepub fn dedicated_service_account_id(self, input: impl Into<String>) -> Self
pub fn dedicated_service_account_id(self, input: impl Into<String>) -> Self
The AWS account ID of the dedicated service account associated with your FinSpace environment.
sourcepub fn set_dedicated_service_account_id(self, input: Option<String>) -> Self
pub fn set_dedicated_service_account_id(self, input: Option<String>) -> Self
The AWS account ID of the dedicated service account associated with your FinSpace environment.
sourcepub fn federation_mode(self, input: FederationMode) -> Self
pub fn federation_mode(self, input: FederationMode) -> Self
The authentication mode for the environment.
sourcepub fn set_federation_mode(self, input: Option<FederationMode>) -> Self
pub fn set_federation_mode(self, input: Option<FederationMode>) -> Self
The authentication mode for the environment.
sourcepub fn federation_parameters(self, input: FederationParameters) -> Self
pub fn federation_parameters(self, input: FederationParameters) -> Self
Configuration information when authentication mode is FEDERATED.
sourcepub fn set_federation_parameters(
self,
input: Option<FederationParameters>
) -> Self
pub fn set_federation_parameters(
self,
input: Option<FederationParameters>
) -> Self
Configuration information when authentication mode is FEDERATED.
sourcepub fn build(self) -> Environment
pub fn build(self) -> Environment
Consumes the builder and constructs a Environment.