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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotebookInstanceLifecycleConfigSummary.BuildercreationTime(Instant creationTime)A timestamp that tells when the lifecycle configuration was created.NotebookInstanceLifecycleConfigSummary.BuilderlastModifiedTime(Instant lastModifiedTime)A timestamp that tells when the lifecycle configuration was last modified.NotebookInstanceLifecycleConfigSummary.BuildernotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)The Amazon Resource Name (ARN) of the lifecycle configuration.NotebookInstanceLifecycleConfigSummary.BuildernotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)The name of the lifecycle configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
NotebookInstanceLifecycleConfigSummary.Builder creationTime(Instant 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.
-
-