Interface DescribeLocationAzureBlobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLocationAzureBlobResponse.Builder,DescribeLocationAzureBlobResponse>,DataSyncResponse.Builder,SdkBuilder<DescribeLocationAzureBlobResponse.Builder,DescribeLocationAzureBlobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLocationAzureBlobResponse
public static interface DescribeLocationAzureBlobResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationAzureBlobResponse.Builder,DescribeLocationAzureBlobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLocationAzureBlobResponse.BuilderaccessTier(String accessTier)The access tier that you want your objects or files transferred into.DescribeLocationAzureBlobResponse.BuilderaccessTier(AzureAccessTier accessTier)The access tier that you want your objects or files transferred into.DescribeLocationAzureBlobResponse.BuilderagentArns(String... agentArns)The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.DescribeLocationAzureBlobResponse.BuilderagentArns(Collection<String> agentArns)The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.DescribeLocationAzureBlobResponse.BuilderauthenticationType(String authenticationType)The authentication method DataSync uses to access your Azure Blob Storage.DescribeLocationAzureBlobResponse.BuilderauthenticationType(AzureBlobAuthenticationType authenticationType)The authentication method DataSync uses to access your Azure Blob Storage.DescribeLocationAzureBlobResponse.BuilderblobType(String blobType)The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.DescribeLocationAzureBlobResponse.BuilderblobType(AzureBlobType blobType)The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.DescribeLocationAzureBlobResponse.BuildercreationTime(Instant creationTime)The time that your Azure Blob Storage transfer location was created.DescribeLocationAzureBlobResponse.BuilderlocationArn(String locationArn)The ARN of your Azure Blob Storage transfer location.DescribeLocationAzureBlobResponse.BuilderlocationUri(String locationUri)The URL of the Azure Blob Storage container involved in your transfer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
locationArn
DescribeLocationAzureBlobResponse.Builder locationArn(String locationArn)
The ARN of your Azure Blob Storage transfer location.
- Parameters:
locationArn- The ARN of your Azure Blob Storage transfer location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationUri
DescribeLocationAzureBlobResponse.Builder locationUri(String locationUri)
The URL of the Azure Blob Storage container involved in your transfer.
- Parameters:
locationUri- The URL of the Azure Blob Storage container involved in your transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationType
DescribeLocationAzureBlobResponse.Builder authenticationType(String authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
- Parameters:
authenticationType- 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
DescribeLocationAzureBlobResponse.Builder authenticationType(AzureBlobAuthenticationType authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
- Parameters:
authenticationType- 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
-
blobType
DescribeLocationAzureBlobResponse.Builder blobType(String blobType)
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- 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
DescribeLocationAzureBlobResponse.Builder blobType(AzureBlobType blobType)
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- 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
DescribeLocationAzureBlobResponse.Builder accessTier(String accessTier)
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- 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
DescribeLocationAzureBlobResponse.Builder accessTier(AzureAccessTier accessTier)
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- 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
DescribeLocationAzureBlobResponse.Builder agentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
- Parameters:
agentArns- The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
DescribeLocationAzureBlobResponse.Builder agentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
- Parameters:
agentArns- The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeLocationAzureBlobResponse.Builder creationTime(Instant creationTime)
The time that your Azure Blob Storage transfer location was created.
- Parameters:
creationTime- The time that your Azure Blob Storage transfer location was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-