Class CfnLocationAzureBlob.Builder
java.lang.Object
software.amazon.awscdk.services.datasync.CfnLocationAzureBlob.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationAzureBlob>
- Enclosing class:
CfnLocationAzureBlob
@Stability(Stable)
public static final class CfnLocationAzureBlob.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocationAzureBlob>
A fluent builder for
CfnLocationAzureBlob
.-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.azureAccessTier
(String azureAccessTier) Specifies the access tier that you want your objects or files transferred into.azureBlobAuthenticationType
(String azureBlobAuthenticationType) Specifies the authentication method DataSync uses to access your Azure Blob Storage.azureBlobContainerUrl
(String azureBlobContainerUrl) Specifies the URL of the Azure Blob Storage container involved in your transfer.azureBlobSasConfiguration
(IResolvable azureBlobSasConfiguration) Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.azureBlobSasConfiguration
(CfnLocationAzureBlob.AzureBlobSasConfigurationProperty azureBlobSasConfiguration) Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.azureBlobType
(String azureBlobType) Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.build()
static CfnLocationAzureBlob.Builder
subdirectory
(String subdirectory) Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images
).Specifies labels that help you categorize, filter, and search for your AWS resources.
-
Method Details
-
create
@Stability(Stable) public static CfnLocationAzureBlob.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnLocationAzureBlob.Builder
.
-
agentArns
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.You can specify more than one agent. For more information, see Using multiple agents for your transfer .
- Parameters:
agentArns
- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. This parameter is required.- Returns:
this
- See Also:
-
azureBlobAuthenticationType
@Stability(Stable) public CfnLocationAzureBlob.Builder azureBlobAuthenticationType(String azureBlobAuthenticationType) Specifies the authentication method DataSync uses to access your Azure Blob Storage.DataSync can access blob storage using a shared access signature (SAS).
Default: - "SAS"
- Parameters:
azureBlobAuthenticationType
- Specifies the authentication method DataSync uses to access your Azure Blob Storage. This parameter is required.- Returns:
this
- See Also:
-
azureAccessTier
Specifies 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 .
Default: - "HOT"
- Parameters:
azureAccessTier
- Specifies the access tier that you want your objects or files transferred into. This parameter is required.- Returns:
this
- See Also:
-
azureBlobContainerUrl
@Stability(Stable) public CfnLocationAzureBlob.Builder azureBlobContainerUrl(String azureBlobContainerUrl) Specifies the URL of the Azure Blob Storage container involved in your transfer.- Parameters:
azureBlobContainerUrl
- Specifies the URL of the Azure Blob Storage container involved in your transfer. This parameter is required.- Returns:
this
- See Also:
-
azureBlobSasConfiguration
@Stability(Stable) public CfnLocationAzureBlob.Builder azureBlobSasConfiguration(IResolvable azureBlobSasConfiguration) Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.- Parameters:
azureBlobSasConfiguration
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. This parameter is required.- Returns:
this
- See Also:
-
azureBlobSasConfiguration
@Stability(Stable) public CfnLocationAzureBlob.Builder azureBlobSasConfiguration(CfnLocationAzureBlob.AzureBlobSasConfigurationProperty azureBlobSasConfiguration) Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.- Parameters:
azureBlobSasConfiguration
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. This parameter is required.- Returns:
this
- See Also:
-
azureBlobType
Specifies 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 .
Default: - "BLOCK"
- Parameters:
azureBlobType
- Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. This parameter is required.- Returns:
this
- See Also:
-
subdirectory
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images
).- Parameters:
subdirectory
- Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images
). This parameter is required.- Returns:
this
- See Also:
-
tags
Specifies labels that help you categorize, filter, and search for your AWS resources.We recommend creating at least a name tag for your transfer location.
- Parameters:
tags
- Specifies labels that help you categorize, filter, and search for your AWS resources. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnLocationAzureBlob>
- Returns:
- a newly built instance of
CfnLocationAzureBlob
.
-