Struct aws_sdk_devopsguru::error::conflict_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ConflictException
.
Implementations§
source§impl Builder
impl Builder
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services resource in which a conflict occurred.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services resource in which a conflict occurred.
sourcepub fn resource_type(self, input: impl Into<String>) -> Self
pub fn resource_type(self, input: impl Into<String>) -> Self
The type of the Amazon Web Services resource in which a conflict occurred.
sourcepub fn set_resource_type(self, input: Option<String>) -> Self
pub fn set_resource_type(self, input: Option<String>) -> Self
The type of the Amazon Web Services resource in which a conflict occurred.
sourcepub fn build(self) -> ConflictException
pub fn build(self) -> ConflictException
Consumes the builder and constructs a ConflictException
.