public class S3OutputStorage extends AbstractModel
Constructor and Description |
---|
S3OutputStorage() |
S3OutputStorage(S3OutputStorage source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getS3Bucket()
Get The AWS S3 bucket.
|
String |
getS3Region()
Get The region of the AWS S3 bucket.
|
String |
getS3SecretId()
Get The key ID required to upload files to the AWS S3 object.
|
String |
getS3SecretKey()
Get The key required to upload files to the AWS S3 object.
|
void |
setS3Bucket(String S3Bucket)
Set The AWS S3 bucket.
|
void |
setS3Region(String S3Region)
Set The region of the AWS S3 bucket.
|
void |
setS3SecretId(String S3SecretId)
Set The key ID required to upload files to the AWS S3 object.
|
void |
setS3SecretKey(String S3SecretKey)
Set The key required to upload files to the AWS S3 object.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public S3OutputStorage()
public S3OutputStorage(S3OutputStorage source)
public String getS3Bucket()
public void setS3Bucket(String S3Bucket)
S3Bucket
- The AWS S3 bucket.public String getS3Region()
public void setS3Region(String S3Region)
S3Region
- The region of the AWS S3 bucket.public String getS3SecretId()
public void setS3SecretId(String S3SecretId)
S3SecretId
- The key ID required to upload files to the AWS S3 object.public String getS3SecretKey()
public void setS3SecretKey(String S3SecretKey)
S3SecretKey
- The key required to upload files to the AWS S3 object.Copyright © 2023. All rights reserved.