Struct aws_sdk_workspacesweb::model::trust_store::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TrustStore
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn associated_portal_arns(self, input: impl Into<String>) -> Self
pub fn associated_portal_arns(self, input: impl Into<String>) -> Self
Appends an item to associated_portal_arns
.
To override the contents of this collection use set_associated_portal_arns
.
A list of web portal ARNs that this trust store is associated with.
sourcepub fn set_associated_portal_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_associated_portal_arns(self, input: Option<Vec<String>>) -> Self
A list of web portal ARNs that this trust store is associated with.
sourcepub fn trust_store_arn(self, input: impl Into<String>) -> Self
pub fn trust_store_arn(self, input: impl Into<String>) -> Self
The ARN of the trust store.
sourcepub fn set_trust_store_arn(self, input: Option<String>) -> Self
pub fn set_trust_store_arn(self, input: Option<String>) -> Self
The ARN of the trust store.
sourcepub fn build(self) -> TrustStore
pub fn build(self) -> TrustStore
Consumes the builder and constructs a TrustStore
.