Interface DescribeStudioLifecycleConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeStudioLifecycleConfigResponse.Builder,DescribeStudioLifecycleConfigResponse>
,SageMakerResponse.Builder
,SdkBuilder<DescribeStudioLifecycleConfigResponse.Builder,DescribeStudioLifecycleConfigResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeStudioLifecycleConfigResponse
public static interface DescribeStudioLifecycleConfigResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeStudioLifecycleConfigResponse.Builder,DescribeStudioLifecycleConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStudioLifecycleConfigResponse.Builder
creationTime(Instant creationTime)
The creation time of the Amazon SageMaker Studio Lifecycle Configuration.DescribeStudioLifecycleConfigResponse.Builder
lastModifiedTime(Instant lastModifiedTime)
This value is equivalent to CreationTime because Amazon SageMaker 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 Amazon SageMaker Studio Lifecycle Configuration script.DescribeStudioLifecycleConfigResponse.Builder
studioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker Studio Lifecycle Configuration that is described.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
studioLifecycleConfigArn
DescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigArn(String studioLifecycleConfigArn)
The ARN of the Lifecycle Configuration to describe.
- Parameters:
studioLifecycleConfigArn
- The ARN of the Lifecycle Configuration to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigName
DescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker Studio Lifecycle Configuration that is described.
- Parameters:
studioLifecycleConfigName
- The name of the Amazon SageMaker Studio Lifecycle Configuration that is described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeStudioLifecycleConfigResponse.Builder creationTime(Instant creationTime)
The creation time of the Amazon SageMaker Studio Lifecycle Configuration.
- Parameters:
creationTime
- The creation time of the Amazon SageMaker Studio Lifecycle Configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
DescribeStudioLifecycleConfigResponse.Builder lastModifiedTime(Instant lastModifiedTime)
This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable.
- Parameters:
lastModifiedTime
- This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigContent
DescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigContent(String studioLifecycleConfigContent)
The content of your Amazon SageMaker Studio Lifecycle Configuration script.
- Parameters:
studioLifecycleConfigContent
- The content of your Amazon SageMaker Studio Lifecycle Configuration script.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigAppType
DescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigAppType(String studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
- Parameters:
studioLifecycleConfigAppType
- The App type that the Lifecycle Configuration is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigAppType
,StudioLifecycleConfigAppType
-
studioLifecycleConfigAppType
DescribeStudioLifecycleConfigResponse.Builder studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type that the Lifecycle Configuration is attached to.
- Parameters:
studioLifecycleConfigAppType
- The App type that the Lifecycle Configuration is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigAppType
,StudioLifecycleConfigAppType
-
-