Class GcsNamespaceStorageConfiguration
java.lang.Object
co.yellowdog.platform.model.GcsNamespaceStorageConfiguration
- All Implemented Interfaces:
NamespaceStorageConfiguration,Serializable
@JsonClassDescription("Configures the information required to store objects in the specified namespace in a Google Cloud Storage bucket")
public class GcsNamespaceStorageConfiguration
extends Object
implements NamespaceStorageConfiguration
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()voidsetBucketName(String bucketName) voidsetCredential(String credential) voidsetNamespace(String namespace) toString()
-
Method Details
-
builder
-
toBuilder
-
getNamespace
- Specified by:
getNamespacein interfaceNamespaceStorageConfiguration
-
getBucketName
-
getCredential
-
setNamespace
-
setBucketName
-
setCredential
-
equals
-
canEqual
-
hashCode
-
toString
-