public static class CreateAzureDataLakeStorageConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateAzureDataLakeStorageConnectionDetails.Builder displayName(String displayName)
public CreateAzureDataLakeStorageConnectionDetails.Builder description(String description)
public CreateAzureDataLakeStorageConnectionDetails.Builder compartmentId(String compartmentId)
public CreateAzureDataLakeStorageConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateAzureDataLakeStorageConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateAzureDataLakeStorageConnectionDetails.Builder locks(List<AddResourceLockDetails> locks)
public CreateAzureDataLakeStorageConnectionDetails.Builder vaultId(String vaultId)
public CreateAzureDataLakeStorageConnectionDetails.Builder keyId(String keyId)
public CreateAzureDataLakeStorageConnectionDetails.Builder nsgIds(List<String> nsgIds)
public CreateAzureDataLakeStorageConnectionDetails.Builder subnetId(String subnetId)
public CreateAzureDataLakeStorageConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public CreateAzureDataLakeStorageConnectionDetails.Builder technologyType(AzureDataLakeStorageConnection.TechnologyType technologyType)
The Azure Data Lake Storage technology type.
technologyType
- the value to setpublic CreateAzureDataLakeStorageConnectionDetails.Builder authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Azure Data Lake Storage.
authenticationType
- the value to setpublic CreateAzureDataLakeStorageConnectionDetails.Builder accountName(String accountName)
Sets the Azure storage account name.
accountName
- the value to setpublic CreateAzureDataLakeStorageConnectionDetails.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 CreateAzureDataLakeStorageConnectionDetails.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 CreateAzureDataLakeStorageConnectionDetails.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 CreateAzureDataLakeStorageConnectionDetails.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 CreateAzureDataLakeStorageConnectionDetails.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 CreateAzureDataLakeStorageConnectionDetails.Builder endpoint(String endpoint)
Azure Storage service endpoint. e.g: https://test.blob.core.windows.net
endpoint
- the value to setpublic CreateAzureDataLakeStorageConnectionDetails build()
public CreateAzureDataLakeStorageConnectionDetails.Builder copy(CreateAzureDataLakeStorageConnectionDetails model)
Copyright © 2016–2024. All rights reserved.