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