Interface OutputLocation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutputLocation.Builder,,OutputLocation> SdkBuilder<OutputLocation.Builder,,OutputLocation> SdkPojo
- Enclosing class:
OutputLocation
@Mutable
@NotThreadSafe
public static interface OutputLocation.Builder
extends SdkPojo, CopyableBuilder<OutputLocation.Builder,OutputLocation>
-
Method Summary
Modifier and TypeMethodDescriptiondefault OutputLocation.BuilderThe Amazon Simple Storage Service destination for the notebook export.s3(S3Destination s3) The Amazon Simple Storage Service destination for the notebook export.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
-
s3
The Amazon Simple Storage Service destination for the notebook export.
- Parameters:
s3- The Amazon Simple Storage Service destination for the notebook export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
The Amazon Simple Storage Service destination for the notebook export.
This is a convenience method that creates an instance of theS3Destination.Builderavoiding the need to create one manually viaS3Destination.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(S3Destination).- Parameters:
s3- a consumer that will call methods onS3Destination.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-