public class SetBucketCorsRequest extends GenericBucketRequest
| Constructor and Description |
|---|
SetBucketCorsRequest()
Constructs a void Constructor for SetBucketCorsRequest.
|
SetBucketCorsRequest(String bucketName,
List<CorsConfiguration> corsConfigurationsList)
Constructs a new SetBucketCorsRequest object, ready to set the specified Bucket CORS.
|
SetBucketCorsRequest(String bucketName,
String jsonBucketCors)
Constructs a new SetBucketCorsRequest object, ready to set the specified Bucket CORS.
|
| Modifier and Type | Method and Description |
|---|---|
List<CorsConfiguration> |
getCorsConfigurationsList()
Gets the corsConfigurationsList for Bucket CORS.
|
String |
getJsonBucketCors()
Gets the jsonBucketCors for Bucket CORS.
|
void |
setCorsConfigurationsList(List<CorsConfiguration> corsConfigurationsList)
Sets the corsConfigurationsList for Bucket CORS.
|
void |
setJsonBucketCors(String jsonBucketCors)
Sets the jsonBucketCors for Bucket CORS.
|
SetBucketCorsRequest |
withBucketName(String bucketName) |
SetBucketCorsRequest |
withRequestCredentials(BceCredentials credentials) |
getBucketName, setBucketNamegetRequestCredentials, setRequestCredentialspublic SetBucketCorsRequest()
public SetBucketCorsRequest(String bucketName, String jsonBucketCors)
bucketName - jsonBucketCors - The jsonBucketCors of Bucket CORS.public SetBucketCorsRequest(String bucketName, List<CorsConfiguration> corsConfigurationsList)
bucketName - corsConfigurationsList - The corsConfigurationsList of Bucket CORS.public SetBucketCorsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic SetBucketCorsRequest withBucketName(String bucketName)
withBucketName in class GenericBucketRequestpublic String getJsonBucketCors()
public void setJsonBucketCors(String jsonBucketCors)
jsonBucketCors - The jsonBucketCors for Bucket CORS.public List<CorsConfiguration> getCorsConfigurationsList()
public void setCorsConfigurationsList(List<CorsConfiguration> corsConfigurationsList)
corsConfigurationsList - The corsConfigurationsList of Bucket CORS.Copyright © 2022. All rights reserved.