Struct aws_sdk_ecr::error::invalid_layer_part_exception::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidLayerPartException
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn registry_id(self, input: impl Into<String>) -> Self
pub fn registry_id(self, input: impl Into<String>) -> Self
The registry ID associated with the exception.
sourcepub fn set_registry_id(self, input: Option<String>) -> Self
pub fn set_registry_id(self, input: Option<String>) -> Self
The registry ID associated with the exception.
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The repository name associated with the exception.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The repository name associated with the exception.
sourcepub fn upload_id(self, input: impl Into<String>) -> Self
pub fn upload_id(self, input: impl Into<String>) -> Self
The upload ID associated with the exception.
sourcepub fn set_upload_id(self, input: Option<String>) -> Self
pub fn set_upload_id(self, input: Option<String>) -> Self
The upload ID associated with the exception.
sourcepub fn last_valid_byte_received(self, input: i64) -> Self
pub fn last_valid_byte_received(self, input: i64) -> Self
The last valid byte received from the layer part upload that is associated with the exception.
sourcepub fn set_last_valid_byte_received(self, input: Option<i64>) -> Self
pub fn set_last_valid_byte_received(self, input: Option<i64>) -> Self
The last valid byte received from the layer part upload that is associated with the exception.
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
The error message associated with the exception.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The error message associated with the exception.
sourcepub fn build(self) -> InvalidLayerPartException
pub fn build(self) -> InvalidLayerPartException
Consumes the builder and constructs a InvalidLayerPartException
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more