pub struct Builder { /* private fields */ }
Expand description
A builder for GetTrustStoreOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn trust_store(self, input: TrustStore) -> Self
pub fn trust_store(self, input: TrustStore) -> Self
The trust store.
sourcepub fn set_trust_store(self, input: Option<TrustStore>) -> Self
pub fn set_trust_store(self, input: Option<TrustStore>) -> Self
The trust store.
sourcepub fn build(self) -> GetTrustStoreOutput
pub fn build(self) -> GetTrustStoreOutput
Consumes the builder and constructs a GetTrustStoreOutput
.