Interface DescribeStudioLifecycleConfigResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeStudioLifecycleConfigResponse.Builder,DescribeStudioLifecycleConfigResponse>, SageMakerResponse.Builder, SdkBuilder<DescribeStudioLifecycleConfigResponse.Builder,DescribeStudioLifecycleConfigResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeStudioLifecycleConfigResponse

  • Method Details

    • 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

      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

      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: