Interface UpdateLocationAzureBlobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLocationAzureBlobRequest.Builder,UpdateLocationAzureBlobRequest>,DataSyncRequest.Builder,SdkBuilder<UpdateLocationAzureBlobRequest.Builder,UpdateLocationAzureBlobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLocationAzureBlobRequest
public static interface UpdateLocationAzureBlobRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateLocationAzureBlobRequest.Builder,UpdateLocationAzureBlobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateLocationAzureBlobRequest.BuilderaccessTier(String accessTier)Specifies the access tier that you want your objects or files transferred into.UpdateLocationAzureBlobRequest.BuilderaccessTier(AzureAccessTier accessTier)Specifies the access tier that you want your objects or files transferred into.UpdateLocationAzureBlobRequest.BuilderagentArns(String... agentArns)Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.UpdateLocationAzureBlobRequest.BuilderagentArns(Collection<String> agentArns)Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.UpdateLocationAzureBlobRequest.BuilderauthenticationType(String authenticationType)Specifies the authentication method DataSync uses to access your Azure Blob Storage.UpdateLocationAzureBlobRequest.BuilderauthenticationType(AzureBlobAuthenticationType authenticationType)Specifies the authentication method DataSync uses to access your Azure Blob Storage.UpdateLocationAzureBlobRequest.BuilderblobType(String blobType)Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.UpdateLocationAzureBlobRequest.BuilderblobType(AzureBlobType blobType)Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.UpdateLocationAzureBlobRequest.BuilderlocationArn(String locationArn)Specifies the ARN of the Azure Blob Storage transfer location that you're updating.UpdateLocationAzureBlobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLocationAzureBlobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateLocationAzureBlobRequest.BuildersasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration)Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.UpdateLocationAzureBlobRequest.BuildersasConfiguration(AzureBlobSasConfiguration sasConfiguration)Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.UpdateLocationAzureBlobRequest.Buildersubdirectory(String subdirectory)Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
locationArn
UpdateLocationAzureBlobRequest.Builder locationArn(String locationArn)
Specifies the ARN of the Azure Blob Storage transfer location that you're updating.
- Parameters:
locationArn- Specifies the ARN of the Azure Blob Storage transfer location that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subdirectory
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).- Parameters:
subdirectory- Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,/my/images).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationType
UpdateLocationAzureBlobRequest.Builder authenticationType(String authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
- Parameters:
authenticationType- Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AzureBlobAuthenticationType,AzureBlobAuthenticationType
-
authenticationType
UpdateLocationAzureBlobRequest.Builder authenticationType(AzureBlobAuthenticationType authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
- Parameters:
authenticationType- Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AzureBlobAuthenticationType,AzureBlobAuthenticationType
-
sasConfiguration
UpdateLocationAzureBlobRequest.Builder sasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
- Parameters:
sasConfiguration- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sasConfiguration
default UpdateLocationAzureBlobRequest.Builder sasConfiguration(Consumer<AzureBlobSasConfiguration.Builder> sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
This is a convenience method that creates an instance of theAzureBlobSasConfiguration.Builderavoiding the need to create one manually viaAzureBlobSasConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosasConfiguration(AzureBlobSasConfiguration).- Parameters:
sasConfiguration- a consumer that will call methods onAzureBlobSasConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sasConfiguration(AzureBlobSasConfiguration)
-
blobType
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. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the Azure Blob Storage documentation.
- Parameters:
blobType- Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the Azure Blob Storage documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AzureBlobType,AzureBlobType
-
blobType
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. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the Azure Blob Storage documentation.
- Parameters:
blobType- Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the Azure Blob Storage documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AzureBlobType,AzureBlobType
-
accessTier
UpdateLocationAzureBlobRequest.Builder accessTier(String accessTier)
Specifies the access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see Access tiers.
- Parameters:
accessTier- Specifies the access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see Access tiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AzureAccessTier,AzureAccessTier
-
accessTier
UpdateLocationAzureBlobRequest.Builder accessTier(AzureAccessTier accessTier)
Specifies the access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see Access tiers.
- Parameters:
accessTier- Specifies the access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see Access tiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AzureAccessTier,AzureAccessTier
-
agentArns
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.
You can specify more than one agent. For more information, see Using multiple agents for your transfer.
- Parameters:
agentArns- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.You can specify more than one agent. For more information, see Using multiple agents for your transfer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
UpdateLocationAzureBlobRequest.Builder agentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.
You can specify more than one agent. For more information, see Using multiple agents for your transfer.
- Parameters:
agentArns- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container.You can specify more than one agent. For more information, see Using multiple agents for your transfer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLocationAzureBlobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLocationAzureBlobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-