@Generated(value="software.amazon.awssdk:codegen") public final class AzureBlobSasConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AzureBlobSasConfiguration.Builder,AzureBlobSasConfiguration>
The shared access signature (SAS) configuration that allows DataSync to access your Microsoft Azure Blob Storage.
For more information, see SAS tokens for accessing your Azure Blob Storage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AzureBlobSasConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AzureBlobSasConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AzureBlobSasConfiguration.Builder> |
serializableBuilderClass() |
AzureBlobSasConfiguration.Builder |
toBuilder() |
String |
token()
Specifies a SAS token that provides permissions at the Azure storage account, container, or folder level.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String token()
Specifies a SAS token that provides permissions at the Azure storage account, container, or folder level.
The token is part of the SAS URI string that comes after the storage resource URI and a question mark. A token looks something like this:
sp=r&st=2023-12-20T14:54:52Z&se=2023-12-20T22:54:52Z&spr=https&sv=2021-06-08&sr=c&sig=aBBKDWQvyuVcTPH9EBp%2FXTI9E%2F%2Fmq171%2BZU178wcwqU%3D
The token is part of the SAS URI string that comes after the storage resource URI and a question mark. A token looks something like this:
sp=r&st=2023-12-20T14:54:52Z&se=2023-12-20T22:54:52Z&spr=https&sv=2021-06-08&sr=c&sig=aBBKDWQvyuVcTPH9EBp%2FXTI9E%2F%2Fmq171%2BZU178wcwqU%3D
public AzureBlobSasConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AzureBlobSasConfiguration.Builder,AzureBlobSasConfiguration>public static AzureBlobSasConfiguration.Builder builder()
public static Class<? extends AzureBlobSasConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.