Struct aws_sdk_sagemaker::model::capture_option::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CaptureOption
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn capture_mode(self, input: CaptureMode) -> Self
pub fn capture_mode(self, input: CaptureMode) -> Self
Specify the boundary of data to capture.
sourcepub fn set_capture_mode(self, input: Option<CaptureMode>) -> Self
pub fn set_capture_mode(self, input: Option<CaptureMode>) -> Self
Specify the boundary of data to capture.
sourcepub fn build(self) -> CaptureOption
pub fn build(self) -> CaptureOption
Consumes the builder and constructs a CaptureOption
.