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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NotebookInstanceLifecycleConfigSummary.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 © 2020. All rights reserved.