Interface NamespaceStorageConfiguration
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AlibabaNamespaceStorageConfiguration
,AzureNamespaceStorageConfiguration
,GcsNamespaceStorageConfiguration
,OciNamespaceStorageConfiguration
,S3NamespaceStorageConfiguration
-
Method Summary
Modifier and TypeMethodDescription@Pattern(regexp="[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?") @Size(max=60) String
-
Method Details
-
getNamespace
@Pattern(regexp="[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?") @Size(max=60) @JsonPropertyDescription("The object namespace that will map to this storage configuration") @Pattern(regexp="[a-z](?:[a-z\\d_-]{0,58}[a-z\\d])?") @Size(max=60) String getNamespace()
-