Class S3NamespaceStorageConfiguration
java.lang.Object
co.yellowdog.platform.model.S3NamespaceStorageConfiguration
- All Implemented Interfaces:
NamespaceStorageConfiguration
,Serializable
@JsonClassDescription("Configures the information required to store objects in the specified namespace in an S3 bucket")
public class S3NamespaceStorageConfiguration
extends Object
implements NamespaceStorageConfiguration
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
void
setBucketName
(String bucketName) void
setCredential
(String credential) void
setNamespace
(String namespace) void
toString()
-
Method Details
-
builder
-
toBuilder
-
getNamespace
- Specified by:
getNamespace
in interfaceNamespaceStorageConfiguration
-
getBucketName
-
getRegion
-
getCredential
-
setNamespace
-
setBucketName
-
setRegion
-
setCredential
-
equals
-
canEqual
-
hashCode
-
toString
-