Struct aws_sdk_sagemaker::client::fluent_builders::ImportHubContent
source · pub struct ImportHubContent { /* private fields */ }
Expand description
Fluent builder constructing a request to ImportHubContent
.
Import hub content.
Implementations§
source§impl ImportHubContent
impl ImportHubContent
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ImportHubContent, AwsResponseRetryClassifier>, SdkError<ImportHubContentError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ImportHubContent, AwsResponseRetryClassifier>, SdkError<ImportHubContentError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<ImportHubContentOutput, SdkError<ImportHubContentError>>
pub async fn send(
self
) -> Result<ImportHubContentOutput, SdkError<ImportHubContentError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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
Markdown files associated with the hub content to import.
sourcepub fn set_hub_content_markdown(self, input: Option<String>) -> Self
pub fn set_hub_content_markdown(self, input: Option<String>) -> Self
Markdown files associated with the hub content to import.
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 HubContentSearchKeywords
.
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.
Trait Implementations§
source§impl Clone for ImportHubContent
impl Clone for ImportHubContent
source§fn clone(&self) -> ImportHubContent
fn clone(&self) -> ImportHubContent
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more