Struct aws_sdk_personalize::model::algorithm_image::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AlgorithmImage
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn docker_uri(self, input: impl Into<String>) -> Self
pub fn docker_uri(self, input: impl Into<String>) -> Self
The URI of the Docker container for the algorithm image.
sourcepub fn set_docker_uri(self, input: Option<String>) -> Self
pub fn set_docker_uri(self, input: Option<String>) -> Self
The URI of the Docker container for the algorithm image.
sourcepub fn build(self) -> AlgorithmImage
pub fn build(self) -> AlgorithmImage
Consumes the builder and constructs a AlgorithmImage
.