public class PutBucketCORSInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PutBucketCORSInput.PutBucketCORSBuilder |
| Constructor and Description |
|---|
PutBucketCORSInput() |
| Modifier and Type | Method and Description |
|---|---|
static PutBucketCORSInput.PutBucketCORSBuilder |
builder() |
String |
getBucket() |
List<CORSRule> |
getRules() |
PutBucketCORSInput |
setBucket(String bucket) |
PutBucketCORSInput |
setRules(List<CORSRule> rules) |
String |
toString() |
public String getBucket()
public PutBucketCORSInput setBucket(String bucket)
public PutBucketCORSInput setRules(List<CORSRule> rules)
public static PutBucketCORSInput.PutBucketCORSBuilder builder()
Copyright © 2023. All rights reserved.