public static interface DescribeLocationAzureBlobResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationAzureBlobResponse.Builder,DescribeLocationAzureBlobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationAzureBlobResponse.Builder |
accessTier(AzureAccessTier accessTier)
The access tier that you want your objects or files transferred into.
|
DescribeLocationAzureBlobResponse.Builder |
accessTier(String accessTier)
The access tier that you want your objects or files transferred into.
|
DescribeLocationAzureBlobResponse.Builder |
agentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
DescribeLocationAzureBlobResponse.Builder |
agentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
DescribeLocationAzureBlobResponse.Builder |
authenticationType(AzureBlobAuthenticationType authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage.
|
DescribeLocationAzureBlobResponse.Builder |
authenticationType(String authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage.
|
DescribeLocationAzureBlobResponse.Builder |
blobType(AzureBlobType blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
DescribeLocationAzureBlobResponse.Builder |
blobType(String blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
DescribeLocationAzureBlobResponse.Builder |
creationTime(Instant creationTime)
The time that your Azure Blob Storage transfer location was created.
|
DescribeLocationAzureBlobResponse.Builder |
locationArn(String locationArn)
The ARN of your Azure Blob Storage transfer location.
|
DescribeLocationAzureBlobResponse.Builder |
locationUri(String locationUri)
The URL of the Azure Blob Storage container involved in your transfer.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationAzureBlobResponse.Builder locationArn(String locationArn)
The ARN of your Azure Blob Storage transfer location.
locationArn - The ARN of your Azure Blob Storage transfer location.DescribeLocationAzureBlobResponse.Builder locationUri(String locationUri)
The URL of the Azure Blob Storage container involved in your transfer.
locationUri - The URL of the Azure Blob Storage container involved in your transfer.DescribeLocationAzureBlobResponse.Builder authenticationType(String authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
authenticationType - The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob
storage using a shared access signature (SAS).AzureBlobAuthenticationType,
AzureBlobAuthenticationTypeDescribeLocationAzureBlobResponse.Builder authenticationType(AzureBlobAuthenticationType authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
authenticationType - The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob
storage using a shared access signature (SAS).AzureBlobAuthenticationType,
AzureBlobAuthenticationTypeDescribeLocationAzureBlobResponse.Builder blobType(String blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the Azure Blob Storage documentation.
blobType - The type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For
more information on blob types, see the Azure Blob Storage documentation.AzureBlobType,
AzureBlobTypeDescribeLocationAzureBlobResponse.Builder blobType(AzureBlobType blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the Azure Blob Storage documentation.
blobType - The type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For
more information on blob types, see the Azure Blob Storage documentation.AzureBlobType,
AzureBlobTypeDescribeLocationAzureBlobResponse.Builder accessTier(String accessTier)
The access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see Access tiers.
accessTier - The access tier that you want your objects or files transferred into. This only applies when using the
location as a transfer destination. For more information, see Access tiers.AzureAccessTier,
AzureAccessTierDescribeLocationAzureBlobResponse.Builder accessTier(AzureAccessTier accessTier)
The access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see Access tiers.
accessTier - The access tier that you want your objects or files transferred into. This only applies when using the
location as a transfer destination. For more information, see Access tiers.AzureAccessTier,
AzureAccessTierDescribeLocationAzureBlobResponse.Builder agentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
agentArns - The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.DescribeLocationAzureBlobResponse.Builder agentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
agentArns - The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.DescribeLocationAzureBlobResponse.Builder creationTime(Instant creationTime)
The time that your Azure Blob Storage transfer location was created.
creationTime - The time that your Azure Blob Storage transfer location was created.Copyright © 2023. All rights reserved.