#[non_exhaustive]pub struct CreateDomainInputBuilder { /* private fields */ }
Expand description
A builder for CreateDomainInput
.
Implementations§
source§impl CreateDomainInputBuilder
impl CreateDomainInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the Amazon DataZone domain.
This field is required.sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the Amazon DataZone domain.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the Amazon DataZone domain.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the Amazon DataZone domain.
sourcepub fn single_sign_on(self, input: SingleSignOn) -> Self
pub fn single_sign_on(self, input: SingleSignOn) -> Self
The single-sign on configuration of the Amazon DataZone domain.
sourcepub fn set_single_sign_on(self, input: Option<SingleSignOn>) -> Self
pub fn set_single_sign_on(self, input: Option<SingleSignOn>) -> Self
The single-sign on configuration of the Amazon DataZone domain.
sourcepub fn get_single_sign_on(&self) -> &Option<SingleSignOn>
pub fn get_single_sign_on(&self) -> &Option<SingleSignOn>
The single-sign on configuration of the Amazon DataZone domain.
sourcepub fn domain_execution_role(self, input: impl Into<String>) -> Self
pub fn domain_execution_role(self, input: impl Into<String>) -> Self
The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
This field is required.sourcepub fn set_domain_execution_role(self, input: Option<String>) -> Self
pub fn set_domain_execution_role(self, input: Option<String>) -> Self
The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
sourcepub fn get_domain_execution_role(&self) -> &Option<String>
pub fn get_domain_execution_role(&self) -> &Option<String>
The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
sourcepub fn kms_key_identifier(self, input: impl Into<String>) -> Self
pub fn kms_key_identifier(self, input: impl Into<String>) -> Self
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
sourcepub fn set_kms_key_identifier(self, input: Option<String>) -> Self
pub fn set_kms_key_identifier(self, input: Option<String>) -> Self
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
sourcepub fn get_kms_key_identifier(&self) -> &Option<String>
pub fn get_kms_key_identifier(&self) -> &Option<String>
The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags specified for the Amazon DataZone domain.
The tags specified for the Amazon DataZone domain.
The tags specified for the Amazon DataZone domain.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn build(self) -> Result<CreateDomainInput, BuildError>
pub fn build(self) -> Result<CreateDomainInput, BuildError>
Consumes the builder and constructs a CreateDomainInput
.
source§impl CreateDomainInputBuilder
impl CreateDomainInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateDomainOutput, SdkError<CreateDomainError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateDomainOutput, SdkError<CreateDomainError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateDomainInputBuilder
impl Clone for CreateDomainInputBuilder
source§fn clone(&self) -> CreateDomainInputBuilder
fn clone(&self) -> CreateDomainInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateDomainInputBuilder
impl Debug for CreateDomainInputBuilder
source§impl Default for CreateDomainInputBuilder
impl Default for CreateDomainInputBuilder
source§fn default() -> CreateDomainInputBuilder
fn default() -> CreateDomainInputBuilder
source§impl PartialEq for CreateDomainInputBuilder
impl PartialEq for CreateDomainInputBuilder
source§fn eq(&self, other: &CreateDomainInputBuilder) -> bool
fn eq(&self, other: &CreateDomainInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.