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 boolean
boolean
int
hashCode()
void
setContainerName
(String containerName) void
setCredential
(String credential) void
setNamespace
(String namespace) toString()
-
Method Details
-
builder
-
toBuilder
-
getNamespace
- Specified by:
getNamespace
in interfaceNamespaceStorageConfiguration
-
getContainerName
-
getCredential
-
setNamespace
-
setContainerName
-
setCredential
-
equals
-
canEqual
-
hashCode
-
toString
-