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