@Generated(value="software.amazon.awssdk:codegen") public final class NotebookInstanceLifecycleConfigSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotebookInstanceLifecycleConfigSummary.Builder,NotebookInstanceLifecycleConfigSummary>
Provides a summary of a notebook instance lifecycle configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
NotebookInstanceLifecycleConfigSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static NotebookInstanceLifecycleConfigSummary.Builder |
builder() |
Instant |
creationTime()
A timestamp that tells when the lifecycle configuration was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
A timestamp that tells when the lifecycle configuration was last modified.
|
String |
notebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
String |
notebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotebookInstanceLifecycleConfigSummary.Builder> |
serializableBuilderClass() |
NotebookInstanceLifecycleConfigSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String notebookInstanceLifecycleConfigName()
The name of the lifecycle configuration.
public String notebookInstanceLifecycleConfigArn()
The Amazon Resource Name (ARN) of the lifecycle configuration.
public Instant creationTime()
A timestamp that tells when the lifecycle configuration was created.
public Instant lastModifiedTime()
A timestamp that tells when the lifecycle configuration was last modified.
public NotebookInstanceLifecycleConfigSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NotebookInstanceLifecycleConfigSummary.Builder,NotebookInstanceLifecycleConfigSummary>
public static NotebookInstanceLifecycleConfigSummary.Builder builder()
public static Class<? extends NotebookInstanceLifecycleConfigSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.