@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLocationAzureBlobResponse extends DataSyncResponse implements ToCopyableBuilder<DescribeLocationAzureBlobResponse.Builder,DescribeLocationAzureBlobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLocationAzureBlobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AzureAccessTier |
accessTier()
The access tier that you want your objects or files transferred into.
|
String |
accessTierAsString()
The access tier that you want your objects or files transferred into.
|
List<String> |
agentArns()
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
|
AzureBlobAuthenticationType |
authenticationType()
The authentication method DataSync uses to access your Azure Blob Storage.
|
String |
authenticationTypeAsString()
The authentication method DataSync uses to access your Azure Blob Storage.
|
AzureBlobType |
blobType()
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
String |
blobTypeAsString()
The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage.
|
static DescribeLocationAzureBlobResponse.Builder |
builder() |
Instant |
creationTime()
The time that your Azure Blob Storage transfer location was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAgentArns()
For responses, this returns true if the service returned a value for the AgentArns property.
|
int |
hashCode() |
String |
locationArn()
The ARN of your Azure Blob Storage transfer location.
|
String |
locationUri()
The URL of the Azure Blob Storage container involved in your transfer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLocationAzureBlobResponse.Builder> |
serializableBuilderClass() |
DescribeLocationAzureBlobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String locationArn()
The ARN of your Azure Blob Storage transfer location.
public final String locationUri()
The URL of the Azure Blob Storage container involved in your transfer.
public final AzureBlobAuthenticationType authenticationType()
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
If the service returns an enum value that is not available in the current SDK version,
authenticationType will return AzureBlobAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationTypeAsString().
AzureBlobAuthenticationTypepublic final String authenticationTypeAsString()
The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS).
If the service returns an enum value that is not available in the current SDK version,
authenticationType will return AzureBlobAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationTypeAsString().
AzureBlobAuthenticationTypepublic final 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.
If the service returns an enum value that is not available in the current SDK version, blobType will
return AzureBlobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
blobTypeAsString().
AzureBlobTypepublic final String blobTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, blobType will
return AzureBlobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
blobTypeAsString().
AzureBlobTypepublic final 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.
If the service returns an enum value that is not available in the current SDK version, accessTier will
return AzureAccessTier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
accessTierAsString().
AzureAccessTierpublic final String accessTierAsString()
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.
If the service returns an enum value that is not available in the current SDK version, accessTier will
return AzureAccessTier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
accessTierAsString().
AzureAccessTierpublic final boolean hasAgentArns()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> agentArns()
The ARNs of the DataSync agents that can connect with your Azure Blob Storage container.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAgentArns() method.
public final Instant creationTime()
The time that your Azure Blob Storage transfer location was created.
public DescribeLocationAzureBlobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLocationAzureBlobResponse.Builder,DescribeLocationAzureBlobResponse>toBuilder in class AwsResponsepublic static DescribeLocationAzureBlobResponse.Builder builder()
public static Class<? extends DescribeLocationAzureBlobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.