@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AclConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. When Athena stores
query results in Amazon S3, the canned ACL is set with the x-amz-acl
request header. For more
information about S3 Object Ownership, see Object Ownership settings in the Amazon S3 User Guide.
Constructor and Description |
---|
AclConfiguration() |
Modifier and Type | Method and Description |
---|---|
AclConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getS3AclOption()
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3AclOption(String s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
String |
toString()
Returns a string representation of this object.
|
AclConfiguration |
withS3AclOption(S3AclOption s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
AclConfiguration |
withS3AclOption(String s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results.
|
public void setS3AclOption(String s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only supported
canned ACL is BUCKET_OWNER_FULL_CONTROL
. If a query runs in a workgroup and the workgroup overrides
client-side settings, then the Amazon S3 canned ACL specified in the workgroup's settings is used for all queries
that run in the workgroup. For more information about Amazon S3 canned ACLs, see Canned ACL in the
Amazon S3 User Guide.
s3AclOption
- The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only
supported canned ACL is BUCKET_OWNER_FULL_CONTROL
. If a query runs in a workgroup and the
workgroup overrides client-side settings, then the Amazon S3 canned ACL specified in the workgroup's
settings is used for all queries that run in the workgroup. For more information about Amazon S3 canned
ACLs, see Canned ACL
in the Amazon S3 User Guide.S3AclOption
public String getS3AclOption()
The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only supported
canned ACL is BUCKET_OWNER_FULL_CONTROL
. If a query runs in a workgroup and the workgroup overrides
client-side settings, then the Amazon S3 canned ACL specified in the workgroup's settings is used for all queries
that run in the workgroup. For more information about Amazon S3 canned ACLs, see Canned ACL in the
Amazon S3 User Guide.
BUCKET_OWNER_FULL_CONTROL
. If a query runs in a workgroup and the
workgroup overrides client-side settings, then the Amazon S3 canned ACL specified in the workgroup's
settings is used for all queries that run in the workgroup. For more information about Amazon S3 canned
ACLs, see Canned ACL
in the Amazon S3 User Guide.S3AclOption
public AclConfiguration withS3AclOption(String s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only supported
canned ACL is BUCKET_OWNER_FULL_CONTROL
. If a query runs in a workgroup and the workgroup overrides
client-side settings, then the Amazon S3 canned ACL specified in the workgroup's settings is used for all queries
that run in the workgroup. For more information about Amazon S3 canned ACLs, see Canned ACL in the
Amazon S3 User Guide.
s3AclOption
- The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only
supported canned ACL is BUCKET_OWNER_FULL_CONTROL
. If a query runs in a workgroup and the
workgroup overrides client-side settings, then the Amazon S3 canned ACL specified in the workgroup's
settings is used for all queries that run in the workgroup. For more information about Amazon S3 canned
ACLs, see Canned ACL
in the Amazon S3 User Guide.S3AclOption
public AclConfiguration withS3AclOption(S3AclOption s3AclOption)
The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only supported
canned ACL is BUCKET_OWNER_FULL_CONTROL
. If a query runs in a workgroup and the workgroup overrides
client-side settings, then the Amazon S3 canned ACL specified in the workgroup's settings is used for all queries
that run in the workgroup. For more information about Amazon S3 canned ACLs, see Canned ACL in the
Amazon S3 User Guide.
s3AclOption
- The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only
supported canned ACL is BUCKET_OWNER_FULL_CONTROL
. If a query runs in a workgroup and the
workgroup overrides client-side settings, then the Amazon S3 canned ACL specified in the workgroup's
settings is used for all queries that run in the workgroup. For more information about Amazon S3 canned
ACLs, see Canned ACL
in the Amazon S3 User Guide.S3AclOption
public String toString()
toString
in class Object
Object.toString()
public AclConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.