@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessControlListConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Access Control List files for the documents in a data source.
| Constructor and Description |
|---|
AccessControlListConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AccessControlListConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKeyPath()
Path to the AWS S3 bucket that contains the ACL files.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKeyPath(String keyPath)
Path to the AWS S3 bucket that contains the ACL files.
|
String |
toString()
Returns a string representation of this object.
|
AccessControlListConfiguration |
withKeyPath(String keyPath)
Path to the AWS S3 bucket that contains the ACL files.
|
public void setKeyPath(String keyPath)
Path to the AWS S3 bucket that contains the ACL files.
keyPath - Path to the AWS S3 bucket that contains the ACL files.public String getKeyPath()
Path to the AWS S3 bucket that contains the ACL files.
public AccessControlListConfiguration withKeyPath(String keyPath)
Path to the AWS S3 bucket that contains the ACL files.
keyPath - Path to the AWS S3 bucket that contains the ACL files.public String toString()
toString in class ObjectObject.toString()public AccessControlListConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.