Interface OutputNotebookS3LocationFromInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputNotebookS3LocationFromInput.Builder,
,OutputNotebookS3LocationFromInput> SdkBuilder<OutputNotebookS3LocationFromInput.Builder,
,OutputNotebookS3LocationFromInput> SdkPojo
- Enclosing class:
OutputNotebookS3LocationFromInput
public static interface OutputNotebookS3LocationFromInput.Builder
extends SdkPojo, CopyableBuilder<OutputNotebookS3LocationFromInput.Builder,OutputNotebookS3LocationFromInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon S3 bucket that stores the notebook execution output.The key to the Amazon S3 location that stores the notebook execution output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
bucket
The Amazon S3 bucket that stores the notebook execution output.
- Parameters:
bucket
- The Amazon S3 bucket that stores the notebook execution output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The key to the Amazon S3 location that stores the notebook execution output.
- Parameters:
key
- The key to the Amazon S3 location that stores the notebook execution output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-