@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. For the format of the file, see Access control for S3 data sources.
Constructor and Description |
---|
AccessControlListConfiguration() |
Modifier and Type | Method and Description |
---|---|
AccessControlListConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKeyPath()
Path to the Amazon S3 bucket that contains the ACL files.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyPath(String keyPath)
Path to the Amazon S3 bucket that contains the ACL files.
|
String |
toString()
Returns a string representation of this object.
|
AccessControlListConfiguration |
withKeyPath(String keyPath)
Path to the Amazon S3 bucket that contains the ACL files.
|
public void setKeyPath(String keyPath)
Path to the Amazon S3 bucket that contains the ACL files.
keyPath
- Path to the Amazon S3 bucket that contains the ACL files.public String getKeyPath()
Path to the Amazon S3 bucket that contains the ACL files.
public AccessControlListConfiguration withKeyPath(String keyPath)
Path to the Amazon S3 bucket that contains the ACL files.
keyPath
- Path to the Amazon S3 bucket that contains the ACL files.public String toString()
toString
in class Object
Object.toString()
public AccessControlListConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.