Interface DescribeStudioLifecycleConfigResponse.Builder

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