@Generated(value="software.amazon.awssdk:codegen") public final class NotebookS3LocationFromInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotebookS3LocationFromInput.Builder,NotebookS3LocationFromInput>
The Amazon S3 location that stores the notebook execution input.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotebookS3LocationFromInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The Amazon S3 bucket that stores the notebook execution input.
|
static NotebookS3LocationFromInput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The key to the Amazon S3 location that stores the notebook execution input.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotebookS3LocationFromInput.Builder> |
serializableBuilderClass() |
NotebookS3LocationFromInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The Amazon S3 bucket that stores the notebook execution input.
public final String key()
The key to the Amazon S3 location that stores the notebook execution input.
public NotebookS3LocationFromInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotebookS3LocationFromInput.Builder,NotebookS3LocationFromInput>public static NotebookS3LocationFromInput.Builder builder()
public static Class<? extends NotebookS3LocationFromInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.