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 Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) A timestamp that tells when the lifecycle configuration was created.lastModifiedTime(Instant lastModifiedTime) A timestamp that tells when the lifecycle configuration was last modified.notebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn) The Amazon Resource Name (ARN) of the lifecycle configuration.notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName) The name of the lifecycle configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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
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.
 
 
 -