Interface AzureBlobSasConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AzureBlobSasConfiguration.Builder,
,AzureBlobSasConfiguration> SdkBuilder<AzureBlobSasConfiguration.Builder,
,AzureBlobSasConfiguration> SdkPojo
- Enclosing class:
AzureBlobSasConfiguration
@Mutable
@NotThreadSafe
public static interface AzureBlobSasConfiguration.Builder
extends SdkPojo, CopyableBuilder<AzureBlobSasConfiguration.Builder,AzureBlobSasConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies a SAS token that provides permissions to access your Azure Blob Storage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
token
Specifies a SAS token that provides permissions to access your Azure Blob Storage.
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
- Parameters:
token
- Specifies a SAS token that provides permissions to access your Azure Blob Storage.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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-