@Generated(value="software.amazon.awssdk:codegen") public final class NotebookS3LocationForOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotebookS3LocationForOutput.Builder,NotebookS3LocationForOutput>
The Amazon S3 location that stores the notebook execution input.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotebookS3LocationForOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The Amazon S3 bucket that stores the notebook execution input.
|
static NotebookS3LocationForOutput.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 NotebookS3LocationForOutput.Builder> |
serializableBuilderClass() |
NotebookS3LocationForOutput.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 NotebookS3LocationForOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotebookS3LocationForOutput.Builder,NotebookS3LocationForOutput>public static NotebookS3LocationForOutput.Builder builder()
public static Class<? extends NotebookS3LocationForOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.