Class CfnLocationAzureBlobProps.Builder

java.lang.Object
software.amazon.awscdk.services.datasync.CfnLocationAzureBlobProps.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationAzureBlobProps>
Enclosing interface:
CfnLocationAzureBlobProps

@Stability(Stable) public static final class CfnLocationAzureBlobProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLocationAzureBlobProps>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • azureBlobAuthenticationType

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder azureBlobAuthenticationType(String azureBlobAuthenticationType)
      Parameters:
      azureBlobAuthenticationType - Specifies the authentication method DataSync uses to access your Azure Blob Storage. This parameter is required. DataSync can access blob storage using a shared access signature (SAS).
      Returns:
      this
    • agentArns

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder agentArns(List<String> agentArns)
      Parameters:
      agentArns - (Optional) Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.

      You can specify more than one agent. For more information, see Using multiple agents for your transfer .

      Make sure you configure this parameter correctly when you first create your storage location. You cannot add or remove agents from a storage location after you create it.

      Returns:
      this
    • azureAccessTier

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder azureAccessTier(String azureAccessTier)
      Parameters:
      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 .
      Returns:
      this
    • azureBlobContainerUrl

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder azureBlobContainerUrl(String azureBlobContainerUrl)
      Parameters:
      azureBlobContainerUrl - Specifies the URL of the Azure Blob Storage container involved in your transfer.
      Returns:
      this
    • azureBlobSasConfiguration

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder azureBlobSasConfiguration(IResolvable azureBlobSasConfiguration)
      Parameters:
      azureBlobSasConfiguration - Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.

      If you provide an authentication token using SasConfiguration , but do not provide secret configuration details using CmkSecretConfig or CustomSecretConfig , then DataSync stores the token using your AWS account's secrets manager secret.

      Returns:
      this
    • azureBlobSasConfiguration

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder azureBlobSasConfiguration(CfnLocationAzureBlob.AzureBlobSasConfigurationProperty azureBlobSasConfiguration)
      Parameters:
      azureBlobSasConfiguration - Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.

      If you provide an authentication token using SasConfiguration , but do not provide secret configuration details using CmkSecretConfig or CustomSecretConfig , then DataSync stores the token using your AWS account's secrets manager secret.

      Returns:
      this
    • azureBlobType

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder azureBlobType(String azureBlobType)
      Parameters:
      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 .
      Returns:
      this
    • cmkSecretConfig

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder cmkSecretConfig(IResolvable cmkSecretConfig)
      Parameters:
      cmkSecretConfig - Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .

      You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

      Returns:
      this
    • cmkSecretConfig

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder cmkSecretConfig(CfnLocationAzureBlob.CmkSecretConfigProperty cmkSecretConfig)
      Parameters:
      cmkSecretConfig - Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key .

      You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

      Returns:
      this
    • customSecretConfig

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder customSecretConfig(IResolvable customSecretConfig)
      Parameters:
      customSecretConfig - Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

      You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

      Returns:
      this
    • customSecretConfig

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder customSecretConfig(CfnLocationAzureBlob.CustomSecretConfigProperty customSecretConfig)
      Parameters:
      customSecretConfig - Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

      You can use either CmkSecretConfig or CustomSecretConfig to provide credentials for a CreateLocation request. Do not provide both parameters for the same request.

      Returns:
      this
    • subdirectory

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder subdirectory(String subdirectory)
      Parameters:
      subdirectory - Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example, /my/images ).
      Returns:
      this
    • tags

      @Stability(Stable) public CfnLocationAzureBlobProps.Builder tags(List<? extends CfnTag> tags)
      Parameters:
      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.
      Returns:
      this
    • build

      @Stability(Stable) public CfnLocationAzureBlobProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnLocationAzureBlobProps>
      Returns:
      a new instance of CfnLocationAzureBlobProps
      Throws:
      NullPointerException - if any required attribute was not provided