public static interface CORSConfiguration.Builder extends CopyableBuilder<CORSConfiguration.Builder,CORSConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CORSConfiguration.Builder |
corsRules(Collection<CORSRule> corsRules)
Sets the value of the CORSRules property for this object.
|
CORSConfiguration.Builder |
corsRules(CORSRule... corsRules)
Sets the value of the CORSRules property for this object.
|
copyapply, buildCORSConfiguration.Builder corsRules(Collection<CORSRule> corsRules)
corsRules - The new value for the CORSRules property for this object.CORSConfiguration.Builder corsRules(CORSRule... corsRules)
corsRules - The new value for the CORSRules property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.