Class AzureNamespaceStorageConfiguration
java.lang.Object
co.yellowdog.platform.model.AzureNamespaceStorageConfiguration
- All Implemented Interfaces:
NamespaceStorageConfiguration,Serializable
@JsonClassDescription("Configures the information required to store objects in the specified namespace in an Azure Blob container")
public class AzureNamespaceStorageConfiguration
extends Object
implements NamespaceStorageConfiguration
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()voidsetContainerName(String containerName) voidsetCredential(String credential) voidsetNamespace(String namespace) toString()
-
Method Details
-
builder
-
toBuilder
-
getNamespace
- Specified by:
getNamespacein interfaceNamespaceStorageConfiguration
-
getContainerName
-
getCredential
-
setNamespace
-
setContainerName
-
setCredential
-
equals
-
canEqual
-
hashCode
-
toString
-