@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationAzureBlobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLocationAzureBlobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationAzureBlobResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccessTier()
The access tier that you want your objects or files transferred into.
|
List<String> |
getAgentArns()
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
String |
getAuthenticationType()
The authentication method DataSync uses to access your Azure Blob Storage.
|
String |
getBlobType()
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
Date |
getCreationTime()
The time that your Azure Blob Storage transfer location was created.
|
String |
getLocationArn()
The ARN of your Azure Blob Storage transfer location.
|
String |
getLocationUri()
The URL of the Azure Blob Storage container involved in your transfer.
|
int |
hashCode() |
void |
setAccessTier(String accessTier)
The access tier that you want your objects or files transferred into.
|
void |
setAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
void |
setAuthenticationType(String authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage.
|
void |
setBlobType(String blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
void |
setCreationTime(Date creationTime)
The time that your Azure Blob Storage transfer location was created.
|
void |
setLocationArn(String locationArn)
The ARN of your Azure Blob Storage transfer location.
|
void |
setLocationUri(String locationUri)
The URL of the Azure Blob Storage container involved in your transfer.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationAzureBlobResult |
withAccessTier(AzureAccessTier accessTier)
The access tier that you want your objects or files transferred into.
|
DescribeLocationAzureBlobResult |
withAccessTier(String accessTier)
The access tier that you want your objects or files transferred into.
|
DescribeLocationAzureBlobResult |
withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
DescribeLocationAzureBlobResult |
withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
DescribeLocationAzureBlobResult |
withAuthenticationType(AzureBlobAuthenticationType authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage.
|
DescribeLocationAzureBlobResult |
withAuthenticationType(String authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage.
|
DescribeLocationAzureBlobResult |
withBlobType(AzureBlobType blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
DescribeLocationAzureBlobResult |
withBlobType(String blobType)
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
DescribeLocationAzureBlobResult |
withCreationTime(Date creationTime)
The time that your Azure Blob Storage transfer location was created.
|
DescribeLocationAzureBlobResult |
withLocationArn(String locationArn)
The ARN of your Azure Blob Storage transfer location.
|
DescribeLocationAzureBlobResult |
withLocationUri(String locationUri)
The URL of the Azure Blob Storage container involved in your transfer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The ARN of your Azure Blob Storage transfer location.
locationArn
- The ARN of your Azure Blob Storage transfer location.public String getLocationArn()
The ARN of your Azure Blob Storage transfer location.
public DescribeLocationAzureBlobResult withLocationArn(String locationArn)
The ARN of your Azure Blob Storage transfer location.
locationArn
- The ARN of your Azure Blob Storage transfer location.public void setLocationUri(String locationUri)
The URL of the Azure Blob Storage container involved in your transfer.
locationUri
- The URL of the Azure Blob Storage container involved in your transfer.public String getLocationUri()
The URL of the Azure Blob Storage container involved in your transfer.
public DescribeLocationAzureBlobResult withLocationUri(String locationUri)
The URL of the Azure Blob Storage container involved in your transfer.
locationUri
- The URL of the Azure Blob Storage container involved in your transfer.public void setAuthenticationType(String authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
authenticationType
- 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()
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
AzureBlobAuthenticationType
public DescribeLocationAzureBlobResult withAuthenticationType(String authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
authenticationType
- The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob
storage using a shared access signature (SAS).AzureBlobAuthenticationType
public DescribeLocationAzureBlobResult withAuthenticationType(AzureBlobAuthenticationType authenticationType)
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
authenticationType
- 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 setBlobType(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.
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.AzureBlobType
public String getBlobType()
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 DescribeLocationAzureBlobResult withBlobType(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.
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.AzureBlobType
public DescribeLocationAzureBlobResult withBlobType(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.
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.AzureBlobType
public void setAccessTier(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.
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.AzureAccessTier
public String getAccessTier()
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 DescribeLocationAzureBlobResult withAccessTier(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.
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.AzureAccessTier
public DescribeLocationAzureBlobResult withAccessTier(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.
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.AzureAccessTier
public List<String> getAgentArns()
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
public void setAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
agentArns
- The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.public DescribeLocationAzureBlobResult withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
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
- The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.public DescribeLocationAzureBlobResult withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
agentArns
- The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.public void setCreationTime(Date creationTime)
The time that your Azure Blob Storage transfer location was created.
creationTime
- The time that your Azure Blob Storage transfer location was created.public Date getCreationTime()
The time that your Azure Blob Storage transfer location was created.
public DescribeLocationAzureBlobResult withCreationTime(Date creationTime)
The time that your Azure Blob Storage transfer location was created.
creationTime
- The time that your Azure Blob Storage transfer location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationAzureBlobResult clone()