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