Struct aws_sdk_workspacesweb::model::trust_store_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TrustStoreSummary
.
Implementations§
source§impl Builder
impl Builder
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) -> TrustStoreSummary
pub fn build(self) -> TrustStoreSummary
Consumes the builder and constructs a TrustStoreSummary
.