Class CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty>
- Enclosing interface:
CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty
@Stability(Stable)
public static final class CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionazureBlobSasToken(String azureBlobSasToken) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
azureBlobSasToken
@Stability(Stable) public CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty.Builder azureBlobSasToken(String azureBlobSasToken) Sets the value ofCfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty.getAzureBlobSasToken()- Parameters:
azureBlobSasToken- 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:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty>- Returns:
- a new instance of
CfnLocationAzureBlobPropsMixin.AzureBlobSasConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-