Interface NotebookInstanceLifecycleConfigSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NotebookInstanceLifecycleConfigSummary.Builder,NotebookInstanceLifecycleConfigSummary>, SdkBuilder<NotebookInstanceLifecycleConfigSummary.Builder,NotebookInstanceLifecycleConfigSummary>, SdkPojo
Enclosing class:
NotebookInstanceLifecycleConfigSummary

public static interface NotebookInstanceLifecycleConfigSummary.Builder extends SdkPojo, CopyableBuilder<NotebookInstanceLifecycleConfigSummary.Builder,NotebookInstanceLifecycleConfigSummary>
  • Method Details

    • notebookInstanceLifecycleConfigName

      NotebookInstanceLifecycleConfigSummary.Builder notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)

      The name of the lifecycle configuration.

      Parameters:
      notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notebookInstanceLifecycleConfigArn

      NotebookInstanceLifecycleConfigSummary.Builder notebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)

      The Amazon Resource Name (ARN) of the lifecycle configuration.

      Parameters:
      notebookInstanceLifecycleConfigArn - The Amazon Resource Name (ARN) of the lifecycle configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      A timestamp that tells when the lifecycle configuration was created.

      Parameters:
      creationTime - A timestamp that tells when the lifecycle configuration was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      NotebookInstanceLifecycleConfigSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      A timestamp that tells when the lifecycle configuration was last modified.

      Parameters:
      lastModifiedTime - A timestamp that tells when the lifecycle configuration was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.