Struct aws_sdk_sagemaker::model::app_image_config_details::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AppImageConfigDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn app_image_config_arn(self, input: impl Into<String>) -> Self
pub fn app_image_config_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the AppImageConfig.
sourcepub fn set_app_image_config_arn(self, input: Option<String>) -> Self
pub fn set_app_image_config_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the AppImageConfig.
sourcepub fn app_image_config_name(self, input: impl Into<String>) -> Self
pub fn app_image_config_name(self, input: impl Into<String>) -> Self
The name of the AppImageConfig. Must be unique to your account.
sourcepub fn set_app_image_config_name(self, input: Option<String>) -> Self
pub fn set_app_image_config_name(self, input: Option<String>) -> Self
The name of the AppImageConfig. Must be unique to your account.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the AppImageConfig was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the AppImageConfig was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
When the AppImageConfig was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
When the AppImageConfig was last modified.
sourcepub fn kernel_gateway_image_config(self, input: KernelGatewayImageConfig) -> Self
pub fn kernel_gateway_image_config(self, input: KernelGatewayImageConfig) -> Self
The configuration for the file system and kernels in the SageMaker image.
sourcepub fn set_kernel_gateway_image_config(
self,
input: Option<KernelGatewayImageConfig>
) -> Self
pub fn set_kernel_gateway_image_config(
self,
input: Option<KernelGatewayImageConfig>
) -> Self
The configuration for the file system and kernels in the SageMaker image.
sourcepub fn build(self) -> AppImageConfigDetails
pub fn build(self) -> AppImageConfigDetails
Consumes the builder and constructs a AppImageConfigDetails
.