Struct aws_sdk_ecr::error::invalid_layer_part_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidLayerPartException
.
Implementations§
source§impl 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
.