Interface GoogleDriveParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GoogleDriveParameters.Builder,,GoogleDriveParameters> SdkBuilder<GoogleDriveParameters.Builder,,GoogleDriveParameters> SdkPojo
- Enclosing class:
GoogleDriveParameters
-
Method Summary
Modifier and TypeMethodDescriptionThe authentication type for the Google Drive data source.The authentication type for the Google Drive data source.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
-
authType
The authentication type for the Google Drive data source. Valid values include:
-
SERVICE_ACCOUNT– Server-to-server authentication using a Google service account key. -
THREE_LEGGED_OAUTH– Interactive OAuth that requires user consent.
- Parameters:
authType- The authentication type for the Google Drive data source. Valid values include:-
SERVICE_ACCOUNT– Server-to-server authentication using a Google service account key. -
THREE_LEGGED_OAUTH– Interactive OAuth that requires user consent.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
authType
The authentication type for the Google Drive data source. Valid values include:
-
SERVICE_ACCOUNT– Server-to-server authentication using a Google service account key. -
THREE_LEGGED_OAUTH– Interactive OAuth that requires user consent.
- Parameters:
authType- The authentication type for the Google Drive data source. Valid values include:-
SERVICE_ACCOUNT– Server-to-server authentication using a Google service account key. -
THREE_LEGGED_OAUTH– Interactive OAuth that requires user consent.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-