Struct aws_sdk_ecr::operation::complete_layer_upload::builders::CompleteLayerUploadOutputBuilder
source · #[non_exhaustive]pub struct CompleteLayerUploadOutputBuilder { /* private fields */ }
Expand description
A builder for CompleteLayerUploadOutput
.
Implementations§
source§impl CompleteLayerUploadOutputBuilder
impl CompleteLayerUploadOutputBuilder
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 request.
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 request.
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 request.
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 request.
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 layer.
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 layer.
sourcepub fn layer_digest(self, input: impl Into<String>) -> Self
pub fn layer_digest(self, input: impl Into<String>) -> Self
The sha256
digest of the image layer.
sourcepub fn set_layer_digest(self, input: Option<String>) -> Self
pub fn set_layer_digest(self, input: Option<String>) -> Self
The sha256
digest of the image layer.
sourcepub fn build(self) -> CompleteLayerUploadOutput
pub fn build(self) -> CompleteLayerUploadOutput
Consumes the builder and constructs a CompleteLayerUploadOutput
.
Trait Implementations§
source§impl Clone for CompleteLayerUploadOutputBuilder
impl Clone for CompleteLayerUploadOutputBuilder
source§fn clone(&self) -> CompleteLayerUploadOutputBuilder
fn clone(&self) -> CompleteLayerUploadOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CompleteLayerUploadOutputBuilder
impl Default for CompleteLayerUploadOutputBuilder
source§fn default() -> CompleteLayerUploadOutputBuilder
fn default() -> CompleteLayerUploadOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CompleteLayerUploadOutputBuilder> for CompleteLayerUploadOutputBuilder
impl PartialEq<CompleteLayerUploadOutputBuilder> for CompleteLayerUploadOutputBuilder
source§fn eq(&self, other: &CompleteLayerUploadOutputBuilder) -> bool
fn eq(&self, other: &CompleteLayerUploadOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.