Interface StudioLifecycleConfigDetails.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<StudioLifecycleConfigDetails.Builder,StudioLifecycleConfigDetails>
,SdkBuilder<StudioLifecycleConfigDetails.Builder,StudioLifecycleConfigDetails>
,SdkPojo
- Enclosing class:
- StudioLifecycleConfigDetails
public static interface StudioLifecycleConfigDetails.Builder extends SdkPojo, CopyableBuilder<StudioLifecycleConfigDetails.Builder,StudioLifecycleConfigDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StudioLifecycleConfigDetails.Builder
creationTime(Instant creationTime)
The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.StudioLifecycleConfigDetails.Builder
lastModifiedTime(Instant lastModifiedTime)
This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.StudioLifecycleConfigDetails.Builder
studioLifecycleConfigAppType(String studioLifecycleConfigAppType)
The App type to which the Lifecycle Configuration is attached.StudioLifecycleConfigDetails.Builder
studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type to which the Lifecycle Configuration is attached.StudioLifecycleConfigDetails.Builder
studioLifecycleConfigArn(String studioLifecycleConfigArn)
The Amazon Resource Name (ARN) of the Lifecycle Configuration.StudioLifecycleConfigDetails.Builder
studioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker AI Studio Lifecycle Configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
studioLifecycleConfigArn
StudioLifecycleConfigDetails.Builder studioLifecycleConfigArn(String studioLifecycleConfigArn)
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
- Parameters:
studioLifecycleConfigArn
- The Amazon Resource Name (ARN) of the Lifecycle Configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigName
StudioLifecycleConfigDetails.Builder studioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker AI Studio Lifecycle Configuration.
- Parameters:
studioLifecycleConfigName
- The name of the Amazon SageMaker AI Studio Lifecycle Configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
StudioLifecycleConfigDetails.Builder creationTime(Instant creationTime)
The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.
- Parameters:
creationTime
- The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
StudioLifecycleConfigDetails.Builder lastModifiedTime(Instant lastModifiedTime)
This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.
- Parameters:
lastModifiedTime
- This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioLifecycleConfigAppType
StudioLifecycleConfigDetails.Builder studioLifecycleConfigAppType(String studioLifecycleConfigAppType)
The App type to which the Lifecycle Configuration is attached.
- Parameters:
studioLifecycleConfigAppType
- The App type to which the Lifecycle Configuration is attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigAppType
,StudioLifecycleConfigAppType
-
studioLifecycleConfigAppType
StudioLifecycleConfigDetails.Builder studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)
The App type to which the Lifecycle Configuration is attached.
- Parameters:
studioLifecycleConfigAppType
- The App type to which the Lifecycle Configuration is attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StudioLifecycleConfigAppType
,StudioLifecycleConfigAppType
-
-