pub struct Builder { /* private fields */ }Expand description
A builder for GetUploadStatusInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn upload_id(self, input: impl Into<String>) -> Self
pub fn upload_id(self, input: impl Into<String>) -> Self
The ID of the upload. This value is returned by the UploadEntityDefinitions action.
sourcepub fn set_upload_id(self, input: Option<String>) -> Self
pub fn set_upload_id(self, input: Option<String>) -> Self
The ID of the upload. This value is returned by the UploadEntityDefinitions action.
sourcepub fn build(self) -> Result<GetUploadStatusInput, BuildError>
pub fn build(self) -> Result<GetUploadStatusInput, BuildError>
Consumes the builder and constructs a GetUploadStatusInput.