Package com.sap.ai.sdk.grounding.model
Interface GoogleDriveConfigurationStruct.Builder
- Enclosing class:
GoogleDriveConfigurationStruct
public static interface GoogleDriveConfigurationStruct.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondestination(String destination) Set the destination of thisGoogleDriveConfigurationStructinstance.
-
Method Details
-
destination
Set the destination of thisGoogleDriveConfigurationStructinstance.- Parameters:
destination- The destination of thisGoogleDriveConfigurationStruct- Returns:
- The GoogleDriveConfigurationStruct builder.
-