Struct aws_sdk_ec2::model::verified_access_instance::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VerifiedAccessInstance
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn verified_access_instance_id(self, input: impl Into<String>) -> Self
pub fn verified_access_instance_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services Verified Access instance.
sourcepub fn set_verified_access_instance_id(self, input: Option<String>) -> Self
pub fn set_verified_access_instance_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services Verified Access instance.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description for the Amazon Web Services Verified Access instance.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description for the Amazon Web Services Verified Access instance.
sourcepub fn verified_access_trust_providers(
self,
input: VerifiedAccessTrustProviderCondensed
) -> Self
pub fn verified_access_trust_providers(
self,
input: VerifiedAccessTrustProviderCondensed
) -> Self
Appends an item to verified_access_trust_providers
.
To override the contents of this collection use set_verified_access_trust_providers
.
The IDs of the Amazon Web Services Verified Access trust providers.
sourcepub fn set_verified_access_trust_providers(
self,
input: Option<Vec<VerifiedAccessTrustProviderCondensed>>
) -> Self
pub fn set_verified_access_trust_providers(
self,
input: Option<Vec<VerifiedAccessTrustProviderCondensed>>
) -> Self
The IDs of the Amazon Web Services Verified Access trust providers.
sourcepub fn creation_time(self, input: impl Into<String>) -> Self
pub fn creation_time(self, input: impl Into<String>) -> Self
The creation time.
sourcepub fn set_creation_time(self, input: Option<String>) -> Self
pub fn set_creation_time(self, input: Option<String>) -> Self
The creation time.
sourcepub fn last_updated_time(self, input: impl Into<String>) -> Self
pub fn last_updated_time(self, input: impl Into<String>) -> Self
The last updated time.
sourcepub fn set_last_updated_time(self, input: Option<String>) -> Self
pub fn set_last_updated_time(self, input: Option<String>) -> Self
The last updated time.
The tags.
sourcepub fn build(self) -> VerifiedAccessInstance
pub fn build(self) -> VerifiedAccessInstance
Consumes the builder and constructs a VerifiedAccessInstance
.