Interface MicrosoftPurviewCredentials.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MicrosoftPurviewCredentials.Builder,,MicrosoftPurviewCredentials> SdkBuilder<MicrosoftPurviewCredentials.Builder,,MicrosoftPurviewCredentials> SdkPojo
- Enclosing class:
MicrosoftPurviewCredentials
@Mutable
@NotThreadSafe
public static interface MicrosoftPurviewCredentials.Builder
extends SdkPojo, CopyableBuilder<MicrosoftPurviewCredentials.Builder,MicrosoftPurviewCredentials>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the Amazon Web Services Secrets Manager secret that contains the Microsoft Purview OAuth credentials.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
-
secretArn
The ARN of the Amazon Web Services Secrets Manager secret that contains the Microsoft Purview OAuth credentials. The secret includes the Azure tenant ID, client ID, and client secret or certificate.
- Parameters:
secretArn- The ARN of the Amazon Web Services Secrets Manager secret that contains the Microsoft Purview OAuth credentials. The secret includes the Azure tenant ID, client ID, and client secret or certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-