@Generated(value="software.amazon.awssdk:codegen") public final class PutObjectAclRequest extends S3Request implements ToCopyableBuilder<PutObjectAclRequest.Builder,PutObjectAclRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutObjectAclRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccessControlPolicy |
accessControlPolicy()
Contains the elements that set the ACL permissions for an object per grantee.
|
ObjectCannedACL |
acl()
The canned ACL to apply to the object.
|
String |
aclAsString()
The canned ACL to apply to the object.
|
String |
bucket()
|
static PutObjectAclRequest.Builder |
builder() |
String |
contentMD5()
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
grantFullControl()
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
|
String |
grantRead()
Allows grantee to list the objects in the bucket.
|
String |
grantReadACP()
Allows grantee to read the bucket ACL.
|
String |
grantWrite()
Allows grantee to create, overwrite, and delete any object in the bucket.
|
String |
grantWriteACP()
Allows grantee to write the ACL for the applicable bucket.
|
int |
hashCode() |
String |
key()
|
RequestPayer |
requestPayer()
Returns the value of the RequestPayer property for this object.
|
String |
requestPayerAsString()
Returns the value of the RequestPayer property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutObjectAclRequest.Builder> |
serializableBuilderClass() |
PutObjectAclRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
VersionId used to reference a specific version of the object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ObjectCannedACL acl()
The canned ACL to apply to the object.
If the service returns an enum value that is not available in the current SDK version, acl will return
ObjectCannedACL.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
aclAsString().
ObjectCannedACLpublic String aclAsString()
The canned ACL to apply to the object.
If the service returns an enum value that is not available in the current SDK version, acl will return
ObjectCannedACL.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
aclAsString().
ObjectCannedACLpublic AccessControlPolicy accessControlPolicy()
Contains the elements that set the ACL permissions for an object per grantee.
public String bucket()
public String contentMD5()
public String grantFullControl()
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
public String grantRead()
Allows grantee to list the objects in the bucket.
public String grantReadACP()
Allows grantee to read the bucket ACL.
public String grantWrite()
Allows grantee to create, overwrite, and delete any object in the bucket.
public String grantWriteACP()
Allows grantee to write the ACL for the applicable bucket.
public String key()
public RequestPayer requestPayer()
If the service returns an enum value that is not available in the current SDK version, requestPayer will
return RequestPayer.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
requestPayerAsString().
RequestPayerpublic String requestPayerAsString()
If the service returns an enum value that is not available in the current SDK version, requestPayer will
return RequestPayer.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
requestPayerAsString().
RequestPayerpublic String versionId()
VersionId used to reference a specific version of the object.
public PutObjectAclRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutObjectAclRequest.Builder,PutObjectAclRequest>toBuilder in class S3Requestpublic static PutObjectAclRequest.Builder builder()
public static Class<? extends PutObjectAclRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.