pub struct Builder { /* private fields */ }
Expand description
A builder for HumanLoopQuotaExceededException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn resource_type(self, input: impl Into<String>) -> Self
pub fn resource_type(self, input: impl Into<String>) -> Self
The resource type.
sourcepub fn set_resource_type(self, input: Option<String>) -> Self
pub fn set_resource_type(self, input: Option<String>) -> Self
The resource type.
sourcepub fn quota_code(self, input: impl Into<String>) -> Self
pub fn quota_code(self, input: impl Into<String>) -> Self
The quota code.
sourcepub fn set_quota_code(self, input: Option<String>) -> Self
pub fn set_quota_code(self, input: Option<String>) -> Self
The quota code.
sourcepub fn service_code(self, input: impl Into<String>) -> Self
pub fn service_code(self, input: impl Into<String>) -> Self
The service code.
sourcepub fn set_service_code(self, input: Option<String>) -> Self
pub fn set_service_code(self, input: Option<String>) -> Self
The service code.
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
pub fn code(self, input: impl Into<String>) -> Self
pub fn set_code(self, input: Option<String>) -> Self
sourcepub fn build(self) -> HumanLoopQuotaExceededException
pub fn build(self) -> HumanLoopQuotaExceededException
Consumes the builder and constructs a HumanLoopQuotaExceededException
.