pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateTrustStoreOutput
.
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) -> UpdateTrustStoreOutput
pub fn build(self) -> UpdateTrustStoreOutput
Consumes the builder and constructs a UpdateTrustStoreOutput
.