public static interface CreateLocationAzureBlobRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationAzureBlobRequest.Builder,CreateLocationAzureBlobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLocationAzureBlobRequest.Builder |
accessTier(AzureAccessTier accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
CreateLocationAzureBlobRequest.Builder |
accessTier(String accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
CreateLocationAzureBlobRequest.Builder |
agentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
CreateLocationAzureBlobRequest.Builder |
agentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
CreateLocationAzureBlobRequest.Builder |
authenticationType(AzureBlobAuthenticationType authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest.Builder |
authenticationType(String authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest.Builder |
blobType(AzureBlobType blobType)
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
CreateLocationAzureBlobRequest.Builder |
blobType(String blobType)
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
CreateLocationAzureBlobRequest.Builder |
containerUrl(String containerUrl)
Specifies the URL of the Azure Blob Storage container involved in your transfer.
|
CreateLocationAzureBlobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationAzureBlobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocationAzureBlobRequest.Builder |
sasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
default CreateLocationAzureBlobRequest.Builder |
sasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest.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). |
CreateLocationAzureBlobRequest.Builder |
tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationAzureBlobRequest.Builder |
tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationAzureBlobRequest.Builder |
tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationAzureBlobRequest.Builder containerUrl(String containerUrl)
Specifies the URL of the Azure Blob Storage container involved in your transfer.
containerUrl - Specifies the URL of the Azure Blob Storage container involved in your transfer.CreateLocationAzureBlobRequest.Builder authenticationType(String authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
authenticationType - Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can
access blob storage using a shared access signature (SAS).AzureBlobAuthenticationType,
AzureBlobAuthenticationTypeCreateLocationAzureBlobRequest.Builder authenticationType(AzureBlobAuthenticationType authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
authenticationType - Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can
access blob storage using a shared access signature (SAS).AzureBlobAuthenticationType,
AzureBlobAuthenticationTypeCreateLocationAzureBlobRequest.Builder sasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
sasConfiguration - Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.default CreateLocationAzureBlobRequest.Builder sasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
This is a convenience method that creates an instance of theAzureBlobSasConfiguration.Builder
avoiding the need to create one manually via AzureBlobSasConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sasConfiguration(AzureBlobSasConfiguration).
sasConfiguration - a consumer that will call methods on AzureBlobSasConfiguration.BuildersasConfiguration(AzureBlobSasConfiguration)CreateLocationAzureBlobRequest.Builder blobType(String blobType)
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.
blobType - 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.AzureBlobType,
AzureBlobTypeCreateLocationAzureBlobRequest.Builder blobType(AzureBlobType blobType)
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.
blobType - 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.AzureBlobType,
AzureBlobTypeCreateLocationAzureBlobRequest.Builder accessTier(String accessTier)
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.
accessTier - 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.AzureAccessTier,
AzureAccessTierCreateLocationAzureBlobRequest.Builder accessTier(AzureAccessTier accessTier)
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.
accessTier - 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.AzureAccessTier,
AzureAccessTierCreateLocationAzureBlobRequest.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).
subdirectory - Specifies path segments if you want to limit your transfer to a virtual directory in your container
(for example, /my/images).CreateLocationAzureBlobRequest.Builder agentArns(Collection<String> 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.
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.
CreateLocationAzureBlobRequest.Builder agentArns(String... 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.
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.
CreateLocationAzureBlobRequest.Builder tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.
tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
We recommend creating at least a name tag for your transfer location.CreateLocationAzureBlobRequest.Builder tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.
tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
We recommend creating at least a name tag for your transfer location.CreateLocationAzureBlobRequest.Builder tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.
This is a convenience method that creates an instance of theTagListEntry.Builder avoiding the need to create one
manually via TagListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
TagListEntry.Builder#tags(java.util.Collection) CreateLocationAzureBlobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationAzureBlobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.