UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.accessTier(String accessTier) |
Specifies the access tier that you want your objects or files transferred into.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.accessTier(AzureAccessTier accessTier) |
Specifies the access tier that you want your objects or files transferred into.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.agentArns(String... agentArns) |
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.agentArns(Collection<String> agentArns) |
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.authenticationType(String authenticationType) |
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.authenticationType(AzureBlobAuthenticationType authenticationType) |
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.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.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.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 UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.builder() |
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.locationArn(String locationArn) |
Specifies the ARN of the Azure Blob Storage transfer location that you're updating.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.sasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration) |
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.Builder.sasConfiguration(AzureBlobSasConfiguration sasConfiguration) |
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.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).
|
UpdateLocationAzureBlobRequest.Builder |
UpdateLocationAzureBlobRequest.toBuilder() |
|