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 Details

    • 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 Studio Lifecycle Configuration.

      Parameters:
      studioLifecycleConfigName - The name of the Amazon SageMaker 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 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

      StudioLifecycleConfigDetails.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.
    • 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

      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: