public static interface DescribeStudioLifecycleConfigResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeStudioLifecycleConfigResponse.Builder,DescribeStudioLifecycleConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStudioLifecycleConfigResponse.Builder |
creationTime(Instant creationTime)
The creation time of the Studio Lifecycle Configuration.
|
DescribeStudioLifecycleConfigResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
|
DescribeStudioLifecycleConfigResponse.Builder |
studioLifecycleConfigAppType(String studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
|
DescribeStudioLifecycleConfigResponse.Builder |
studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
|
DescribeStudioLifecycleConfigResponse.Builder |
studioLifecycleConfigArn(String studioLifecycleConfigArn)
The ARN of the Lifecycle Configuration to describe.
|
DescribeStudioLifecycleConfigResponse.Builder |
studioLifecycleConfigContent(String studioLifecycleConfigContent)
The content of your Studio Lifecycle Configuration script.
|
DescribeStudioLifecycleConfigResponse.Builder |
studioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Studio Lifecycle Configuration that is described.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigArn(String studioLifecycleConfigArn)
The ARN of the Lifecycle Configuration to describe.
studioLifecycleConfigArn - The ARN of the Lifecycle Configuration to describe.DescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Studio Lifecycle Configuration that is described.
studioLifecycleConfigName - The name of the Studio Lifecycle Configuration that is described.DescribeStudioLifecycleConfigResponse.Builder creationTime(Instant creationTime)
The creation time of the Studio Lifecycle Configuration.
creationTime - The creation time of the Studio Lifecycle Configuration.DescribeStudioLifecycleConfigResponse.Builder lastModifiedTime(Instant lastModifiedTime)
This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.
lastModifiedTime - This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.DescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigContent(String studioLifecycleConfigContent)
The content of your Studio Lifecycle Configuration script.
studioLifecycleConfigContent - The content of your Studio Lifecycle Configuration script.DescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigAppType(String studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
studioLifecycleConfigAppType - The App type that the Lifecycle Configuration is attached to.StudioLifecycleConfigAppType,
StudioLifecycleConfigAppTypeDescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
studioLifecycleConfigAppType - The App type that the Lifecycle Configuration is attached to.StudioLifecycleConfigAppType,
StudioLifecycleConfigAppTypeCopyright © 2023. All rights reserved.