CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.accessTier(String accessTier) |
Specifies the access tier that you want your objects or files transferred into.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.accessTier(AzureAccessTier accessTier) |
Specifies the access tier that you want your objects or files transferred into.
|
CreateLocationAzureBlobRequest.Builder |
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 |
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 |
CreateLocationAzureBlobRequest.Builder.authenticationType(String authenticationType) |
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.authenticationType(AzureBlobAuthenticationType authenticationType) |
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest.Builder |
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 |
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.
|
static CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.builder() |
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.containerUrl(String containerUrl) |
Specifies the URL of the Azure Blob Storage container involved in your transfer.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.sasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration) |
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.sasConfiguration(AzureBlobSasConfiguration sasConfiguration) |
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest.Builder |
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 |
CreateLocationAzureBlobRequest.Builder.tags(Collection<TagListEntry> tags) |
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.tags(Consumer<TagListEntry.Builder>... tags) |
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.Builder.tags(TagListEntry... tags) |
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationAzureBlobRequest.Builder |
CreateLocationAzureBlobRequest.toBuilder() |
|