Struct aws_sdk_sagemaker::operation::import_hub_content::builders::ImportHubContentInputBuilder
source · #[non_exhaustive]pub struct ImportHubContentInputBuilder { /* private fields */ }
Expand description
A builder for ImportHubContentInput
.
Implementations§
source§impl ImportHubContentInputBuilder
impl ImportHubContentInputBuilder
sourcepub fn hub_content_name(self, input: impl Into<String>) -> Self
pub fn hub_content_name(self, input: impl Into<String>) -> Self
The name of the hub content to import.
sourcepub fn set_hub_content_name(self, input: Option<String>) -> Self
pub fn set_hub_content_name(self, input: Option<String>) -> Self
The name of the hub content to import.
sourcepub fn hub_content_version(self, input: impl Into<String>) -> Self
pub fn hub_content_version(self, input: impl Into<String>) -> Self
The version of the hub content to import.
sourcepub fn set_hub_content_version(self, input: Option<String>) -> Self
pub fn set_hub_content_version(self, input: Option<String>) -> Self
The version of the hub content to import.
sourcepub fn hub_content_type(self, input: HubContentType) -> Self
pub fn hub_content_type(self, input: HubContentType) -> Self
The type of hub content to import.
sourcepub fn set_hub_content_type(self, input: Option<HubContentType>) -> Self
pub fn set_hub_content_type(self, input: Option<HubContentType>) -> Self
The type of hub content to import.
sourcepub fn document_schema_version(self, input: impl Into<String>) -> Self
pub fn document_schema_version(self, input: impl Into<String>) -> Self
The version of the hub content schema to import.
sourcepub fn set_document_schema_version(self, input: Option<String>) -> Self
pub fn set_document_schema_version(self, input: Option<String>) -> Self
The version of the hub content schema to import.
sourcepub fn hub_name(self, input: impl Into<String>) -> Self
pub fn hub_name(self, input: impl Into<String>) -> Self
The name of the hub to import content into.
sourcepub fn set_hub_name(self, input: Option<String>) -> Self
pub fn set_hub_name(self, input: Option<String>) -> Self
The name of the hub to import content into.
sourcepub fn hub_content_display_name(self, input: impl Into<String>) -> Self
pub fn hub_content_display_name(self, input: impl Into<String>) -> Self
The display name of the hub content to import.
sourcepub fn set_hub_content_display_name(self, input: Option<String>) -> Self
pub fn set_hub_content_display_name(self, input: Option<String>) -> Self
The display name of the hub content to import.
sourcepub fn hub_content_description(self, input: impl Into<String>) -> Self
pub fn hub_content_description(self, input: impl Into<String>) -> Self
A description of the hub content to import.
sourcepub fn set_hub_content_description(self, input: Option<String>) -> Self
pub fn set_hub_content_description(self, input: Option<String>) -> Self
A description of the hub content to import.
sourcepub fn hub_content_markdown(self, input: impl Into<String>) -> Self
pub fn hub_content_markdown(self, input: impl Into<String>) -> Self
A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.
sourcepub fn set_hub_content_markdown(self, input: Option<String>) -> Self
pub fn set_hub_content_markdown(self, input: Option<String>) -> Self
A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.
sourcepub fn hub_content_document(self, input: impl Into<String>) -> Self
pub fn hub_content_document(self, input: impl Into<String>) -> Self
The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
sourcepub fn set_hub_content_document(self, input: Option<String>) -> Self
pub fn set_hub_content_document(self, input: Option<String>) -> Self
The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
sourcepub fn hub_content_search_keywords(self, input: impl Into<String>) -> Self
pub fn hub_content_search_keywords(self, input: impl Into<String>) -> Self
Appends an item to hub_content_search_keywords
.
To override the contents of this collection use set_hub_content_search_keywords
.
The searchable keywords of the hub content.
sourcepub fn set_hub_content_search_keywords(self, input: Option<Vec<String>>) -> Self
pub fn set_hub_content_search_keywords(self, input: Option<Vec<String>>) -> Self
The searchable keywords of the hub content.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags associated with the hub content.
Any tags associated with the hub content.
sourcepub fn build(self) -> Result<ImportHubContentInput, BuildError>
pub fn build(self) -> Result<ImportHubContentInput, BuildError>
Consumes the builder and constructs a ImportHubContentInput
.
Trait Implementations§
source§impl Clone for ImportHubContentInputBuilder
impl Clone for ImportHubContentInputBuilder
source§fn clone(&self) -> ImportHubContentInputBuilder
fn clone(&self) -> ImportHubContentInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ImportHubContentInputBuilder
impl Debug for ImportHubContentInputBuilder
source§impl Default for ImportHubContentInputBuilder
impl Default for ImportHubContentInputBuilder
source§fn default() -> ImportHubContentInputBuilder
fn default() -> ImportHubContentInputBuilder
source§impl PartialEq<ImportHubContentInputBuilder> for ImportHubContentInputBuilder
impl PartialEq<ImportHubContentInputBuilder> for ImportHubContentInputBuilder
source§fn eq(&self, other: &ImportHubContentInputBuilder) -> bool
fn eq(&self, other: &ImportHubContentInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.