Class NotebookS3LocationFromInput
- java.lang.Object
-
- software.amazon.awssdk.services.emr.model.NotebookS3LocationFromInput
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<NotebookS3LocationFromInput.Builder,NotebookS3LocationFromInput>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
NotebookS3LocationFromInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucket
public final String bucket()
The Amazon S3 bucket that stores the notebook execution input.
- Returns:
- The Amazon S3 bucket that stores the notebook execution input.
-
key
public final String key()
The key to the Amazon S3 location that stores the notebook execution input.
- Returns:
- The key to the Amazon S3 location that stores the notebook execution input.
-
toBuilder
public NotebookS3LocationFromInput.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<NotebookS3LocationFromInput.Builder,NotebookS3LocationFromInput>
-
builder
public static NotebookS3LocationFromInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends NotebookS3LocationFromInput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-