Interface SourceLocation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SourceLocation.Builder,,SourceLocation> SdkBuilder<SourceLocation.Builder,,SourceLocation> SdkPojo
- Enclosing class:
SourceLocation
@Mutable
@NotThreadSafe
public static interface SourceLocation.Builder
extends SdkPojo, CopyableBuilder<SourceLocation.Builder,SourceLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Simple Storage Service URI of the notebook source file.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 URI of the notebook source file.
- Parameters:
s3- The Amazon Simple Storage Service URI of the notebook source file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-