Struct aws_sdk_workspacesweb::input::get_trust_store_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetTrustStoreInput
.
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) -> Result<GetTrustStoreInput, BuildError>
pub fn build(self) -> Result<GetTrustStoreInput, BuildError>
Consumes the builder and constructs a GetTrustStoreInput
.