Package com.amazonaws.services.s3.model
Class BucketCrossOriginConfiguration
java.lang.Object
com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newBucketCrossOriginConfiguration
object with the rules given. -
Method Summary
Modifier and TypeMethodDescriptiongetRules()
Returns the list of rules that comprise this configuration.void
Sets the rules that comprise this configuration.Convenience array style method forwithRules(List)
Sets the rules that comprise this configuration and returns a reference to this object for easy method chaining.
-
Constructor Details
-
BucketCrossOriginConfiguration
Constructs a newBucketCrossOriginConfiguration
object with the rules given.- Parameters:
rules
-
-
BucketCrossOriginConfiguration
public BucketCrossOriginConfiguration()
-
-
Method Details
-
getRules
Returns the list of rules that comprise this configuration. -
setRules
Sets the rules that comprise this configuration. -
withRules
Sets the rules that comprise this configuration and returns a reference to this object for easy method chaining. -
withRules
Convenience array style method forwithRules(List)
-