public static interface NotebookInstanceLifecycleConfigSummary.Builder extends SdkPojo, CopyableBuilder<NotebookInstanceLifecycleConfigSummary.Builder,NotebookInstanceLifecycleConfigSummary>
| Modifier and Type | Method and Description |
|---|---|
NotebookInstanceLifecycleConfigSummary.Builder |
creationTime(Instant creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
NotebookInstanceLifecycleConfigSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
NotebookInstanceLifecycleConfigSummary.Builder |
notebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
NotebookInstanceLifecycleConfigSummary.Builder |
notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
copyapplyMutation, buildNotebookInstanceLifecycleConfigSummary.Builder notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.NotebookInstanceLifecycleConfigSummary.Builder notebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
notebookInstanceLifecycleConfigArn - The Amazon Resource Name (ARN) of the lifecycle configuration.NotebookInstanceLifecycleConfigSummary.Builder creationTime(Instant creationTime)
A timestamp that tells when the lifecycle configuration was created.
creationTime - A timestamp that tells when the lifecycle configuration was created.NotebookInstanceLifecycleConfigSummary.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
lastModifiedTime - A timestamp that tells when the lifecycle configuration was last modified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.