public static class UpdateAzureDataLakeStorageConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateAzureDataLakeStorageConnectionDetails.Builder displayName(String displayName)
public UpdateAzureDataLakeStorageConnectionDetails.Builder description(String description)
public UpdateAzureDataLakeStorageConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateAzureDataLakeStorageConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateAzureDataLakeStorageConnectionDetails.Builder vaultId(String vaultId)
public UpdateAzureDataLakeStorageConnectionDetails.Builder keyId(String keyId)
public UpdateAzureDataLakeStorageConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateAzureDataLakeStorageConnectionDetails.Builder subnetId(String subnetId)
public UpdateAzureDataLakeStorageConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public UpdateAzureDataLakeStorageConnectionDetails.Builder authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Azure Data Lake Storage.
authenticationType
- the value to setpublic UpdateAzureDataLakeStorageConnectionDetails.Builder accountName(String accountName)
Sets the Azure storage account name.
accountName
- the value to setpublic UpdateAzureDataLakeStorageConnectionDetails.Builder accountKey(String accountKey)
Azure storage account key. This property is required when ‘authenticationType’ is set to ‘SHARED_KEY’. e.g.: pa3WbhVATzj56xD4DH1VjOUhApRGEGHvOo58eQJVWIzX+j8j4CUVFcTjpIqDSRaSa1Wo2LbWY5at+AStEgLOIQ==
accountKey
- the value to setpublic UpdateAzureDataLakeStorageConnectionDetails.Builder sasToken(String sasToken)
Credential that uses a shared access signature (SAS) to authenticate to an Azure Service. This property is required when ‘authenticationType’ is set to ‘SHARED_ACCESS_SIGNATURE’. e.g.: ?sv=2020-06-08&ss=bfqt&srt=sco&sp=rwdlacupyx&se=2020-09-10T20:27:28Z&st=2022-08-05T12:27:28Z&spr=https&sig=C1IgHsiLBmTSStYkXXGLTP8it0xBrArcgCqOsZbXwIQ%3D
sasToken
- the value to setpublic UpdateAzureDataLakeStorageConnectionDetails.Builder azureTenantId(String azureTenantId)
Azure tenant ID of the application. This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: 14593954-d337-4a61-a364-9f758c64f97f
azureTenantId
- the value to setpublic UpdateAzureDataLakeStorageConnectionDetails.Builder clientId(String clientId)
Azure client ID of the application. This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d
clientId
- the value to setpublic UpdateAzureDataLakeStorageConnectionDetails.Builder clientSecret(String clientSecret)
Azure client secret (aka application password) for authentication. This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: dO29Q~F5-VwnA.lZdd11xFF_t5NAXCaGwDl9NbT1
clientSecret
- the value to setpublic UpdateAzureDataLakeStorageConnectionDetails.Builder endpoint(String endpoint)
Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
endpoint
- the value to setpublic UpdateAzureDataLakeStorageConnectionDetails build()
public UpdateAzureDataLakeStorageConnectionDetails.Builder copy(UpdateAzureDataLakeStorageConnectionDetails model)
Copyright © 2016–2024. All rights reserved.