Interface NotebookS3LocationFromInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NotebookS3LocationFromInput.Builder,,NotebookS3LocationFromInput> SdkBuilder<NotebookS3LocationFromInput.Builder,,NotebookS3LocationFromInput> SdkPojo
- Enclosing class:
 NotebookS3LocationFromInput
@Mutable
@NotThreadSafe
public static interface NotebookS3LocationFromInput.Builder
extends SdkPojo, CopyableBuilder<NotebookS3LocationFromInput.Builder,NotebookS3LocationFromInput> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon S3 bucket that stores the notebook execution input.The key to the Amazon S3 location that stores the notebook execution input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
bucket
The Amazon S3 bucket that stores the notebook execution input.
- Parameters:
 bucket- The Amazon S3 bucket that stores the notebook execution input.- 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 input.
- Parameters:
 key- The key to the Amazon S3 location that stores the notebook execution input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -