Class OutputNotebookS3LocationForOutput
- java.lang.Object
-
- software.amazon.awssdk.services.emr.model.OutputNotebookS3LocationForOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OutputNotebookS3LocationForOutput.Builder,OutputNotebookS3LocationForOutput>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutputNotebookS3LocationForOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The Amazon S3 bucket that stores the notebook execution output.static OutputNotebookS3LocationForOutput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The key to the Amazon S3 location that stores the notebook execution output.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OutputNotebookS3LocationForOutput.Builder>serializableBuilderClass()OutputNotebookS3LocationForOutput.BuildertoBuilder()StringtoString()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 output.
- Returns:
- The Amazon S3 bucket that stores the notebook execution output.
-
key
public final String key()
The key to the Amazon S3 location that stores the notebook execution output.
- Returns:
- The key to the Amazon S3 location that stores the notebook execution output.
-
toBuilder
public OutputNotebookS3LocationForOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OutputNotebookS3LocationForOutput.Builder,OutputNotebookS3LocationForOutput>
-
builder
public static OutputNotebookS3LocationForOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends OutputNotebookS3LocationForOutput.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-