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 Amazon Web Services account ID that's associated with the layer part.
sourcepub fn set_registry_id(self, input: Option<String>) -> Self
pub fn set_registry_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID that's associated with the layer part.
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The name of the repository.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The name of the repository.
sourcepub fn upload_id(self, input: impl Into<String>) -> Self
pub fn upload_id(self, input: impl Into<String>) -> Self
The upload ID that's associated with the layer part.
sourcepub fn set_upload_id(self, input: Option<String>) -> Self
pub fn set_upload_id(self, input: Option<String>) -> Self
The upload ID that's associated with the layer part.
sourcepub fn last_valid_byte_received(self, input: i64) -> Self
pub fn last_valid_byte_received(self, input: i64) -> Self
The position of the last byte of the layer part.
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 position of the last byte of the layer part.
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn build(self) -> InvalidLayerPartException
pub fn build(self) -> InvalidLayerPartException
Consumes the builder and constructs a InvalidLayerPartException.