Interface RetrievalResultGoogleDriveLocation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RetrievalResultGoogleDriveLocation.Builder,,RetrievalResultGoogleDriveLocation> SdkBuilder<RetrievalResultGoogleDriveLocation.Builder,,RetrievalResultGoogleDriveLocation> SdkPojo
- Enclosing class:
RetrievalResultGoogleDriveLocation
@Mutable
@NotThreadSafe
public static interface RetrievalResultGoogleDriveLocation.Builder
extends SdkPojo, CopyableBuilder<RetrievalResultGoogleDriveLocation.Builder,RetrievalResultGoogleDriveLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe Google Drive URL for the data source location.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
-
url
The Google Drive URL for the data source location.
- Parameters:
url- The Google Drive URL for the data source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-