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