Interface NotebookS3LocationForOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NotebookS3LocationForOutput.Builder,NotebookS3LocationForOutput>,SdkBuilder<NotebookS3LocationForOutput.Builder,NotebookS3LocationForOutput>,SdkPojo
- Enclosing class:
- NotebookS3LocationForOutput
public static interface NotebookS3LocationForOutput.Builder extends SdkPojo, CopyableBuilder<NotebookS3LocationForOutput.Builder,NotebookS3LocationForOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotebookS3LocationForOutput.Builderbucket(String bucket)The Amazon S3 bucket that stores the notebook execution input.NotebookS3LocationForOutput.Builderkey(String key)The key to the Amazon S3 location that stores the notebook execution input.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bucket
NotebookS3LocationForOutput.Builder bucket(String 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
NotebookS3LocationForOutput.Builder key(String 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.
-
-