@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationAzureBlobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLocationAzureBlobRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLocationAzureBlobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessTier()
Specifies the access tier that you want your objects or files transferred into.
|
List<String> |
getAgentArns()
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
String |
getAuthenticationType()
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
String |
getBlobType()
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
String |
getContainerUrl()
Specifies the URL of the Azure Blob Storage container involved in your transfer.
|
AzureBlobSasConfiguration |
getSasConfiguration()
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
String |
getSubdirectory()
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,
/my/images ). |
List<TagListEntry> |
getTags()
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
int |
hashCode() |
void |
setAccessTier(String accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
void |
setAgentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
void |
setAuthenticationType(String authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
void |
setBlobType(String blobType)
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
void |
setContainerUrl(String containerUrl)
Specifies the URL of the Azure Blob Storage container involved in your transfer.
|
void |
setSasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
void |
setSubdirectory(String subdirectory)
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,
/my/images ). |
void |
setTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationAzureBlobRequest |
withAccessTier(AzureAccessTier accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
CreateLocationAzureBlobRequest |
withAccessTier(String accessTier)
Specifies the access tier that you want your objects or files transferred into.
|
CreateLocationAzureBlobRequest |
withAgentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
CreateLocationAzureBlobRequest |
withAgentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage
container.
|
CreateLocationAzureBlobRequest |
withAuthenticationType(AzureBlobAuthenticationType authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest |
withAuthenticationType(String authenticationType)
Specifies the authentication method DataSync uses to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest |
withBlobType(AzureBlobType blobType)
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
CreateLocationAzureBlobRequest |
withBlobType(String blobType)
Specifies the type of blob that you want your objects or files to be when transferring them into Azure Blob
Storage.
|
CreateLocationAzureBlobRequest |
withContainerUrl(String containerUrl)
Specifies the URL of the Azure Blob Storage container involved in your transfer.
|
CreateLocationAzureBlobRequest |
withSasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
|
CreateLocationAzureBlobRequest |
withSubdirectory(String subdirectory)
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,
/my/images ). |
CreateLocationAzureBlobRequest |
withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationAzureBlobRequest |
withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setContainerUrl(String containerUrl)
Specifies the URL of the Azure Blob Storage container involved in your transfer.
containerUrl
- Specifies the URL of the Azure Blob Storage container involved in your transfer.public String getContainerUrl()
Specifies the URL of the Azure Blob Storage container involved in your transfer.
public CreateLocationAzureBlobRequest withContainerUrl(String containerUrl)
Specifies the URL of the Azure Blob Storage container involved in your transfer.
containerUrl
- Specifies the URL of the Azure Blob Storage container involved in your transfer.public void setAuthenticationType(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).
authenticationType
- Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access
blob storage using a shared access signature (SAS).AzureBlobAuthenticationType
public String getAuthenticationType()
Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
AzureBlobAuthenticationType
public CreateLocationAzureBlobRequest withAuthenticationType(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).
authenticationType
- Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access
blob storage using a shared access signature (SAS).AzureBlobAuthenticationType
public CreateLocationAzureBlobRequest withAuthenticationType(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).
authenticationType
- Specifies the authentication method DataSync uses to access your Azure Blob Storage. DataSync can access
blob storage using a shared access signature (SAS).AzureBlobAuthenticationType
public void setSasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
sasConfiguration
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.public AzureBlobSasConfiguration getSasConfiguration()
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
public CreateLocationAzureBlobRequest withSasConfiguration(AzureBlobSasConfiguration sasConfiguration)
Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.
sasConfiguration
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.public void setBlobType(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.
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.AzureBlobType
public String getBlobType()
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.
AzureBlobType
public CreateLocationAzureBlobRequest withBlobType(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.
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.AzureBlobType
public CreateLocationAzureBlobRequest withBlobType(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.
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.AzureBlobType
public void setAccessTier(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.
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.AzureAccessTier
public String getAccessTier()
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.
AzureAccessTier
public CreateLocationAzureBlobRequest withAccessTier(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.
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.AzureAccessTier
public CreateLocationAzureBlobRequest withAccessTier(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.
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.AzureAccessTier
public void setSubdirectory(String subdirectory)
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,
/my/images
).
subdirectory
- Specifies path segments if you want to limit your transfer to a virtual directory in your container (for
example, /my/images
).public String getSubdirectory()
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,
/my/images
).
/my/images
).public CreateLocationAzureBlobRequest withSubdirectory(String subdirectory)
Specifies path segments if you want to limit your transfer to a virtual directory in your container (for example,
/my/images
).
subdirectory
- Specifies path segments if you want to limit your transfer to a virtual directory in your container (for
example, /my/images
).public List<String> getAgentArns()
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.
You can specify more than one agent. For more information, see Using multiple agents for your transfer.
public void setAgentArns(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.
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.
public CreateLocationAzureBlobRequest withAgentArns(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.
NOTE: This method appends the values to the existing list (if any). Use
setAgentArns(java.util.Collection)
or withAgentArns(java.util.Collection)
if you want to
override the existing values.
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.
public CreateLocationAzureBlobRequest withAgentArns(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.
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.
public List<TagListEntry> getTags()
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.
public void setTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your transfer location.public CreateLocationAzureBlobRequest withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your transfer location.public CreateLocationAzureBlobRequest withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your transfer location.
tags
- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
recommend creating at least a name tag for your transfer location.public String toString()
toString
in class Object
Object.toString()
public CreateLocationAzureBlobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()