pub struct Builder { /* private fields */ }Expand description
A builder for GetCallAnalyticsJobInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn call_analytics_job_name(self, input: impl Into<String>) -> Self
pub fn call_analytics_job_name(self, input: impl Into<String>) -> Self
The name of the Call Analytics job you want information about. Job names are case sensitive.
sourcepub fn set_call_analytics_job_name(self, input: Option<String>) -> Self
pub fn set_call_analytics_job_name(self, input: Option<String>) -> Self
The name of the Call Analytics job you want information about. Job names are case sensitive.
sourcepub fn build(self) -> Result<GetCallAnalyticsJobInput, BuildError>
pub fn build(self) -> Result<GetCallAnalyticsJobInput, BuildError>
Consumes the builder and constructs a GetCallAnalyticsJobInput.