@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()
Returns the value of the AccessControlPolicy property for this object.
|
ObjectCannedACL |
acl()
The canned ACL to apply to the object.
|
String |
aclAsString()
The canned ACL to apply to the object.
|
String |
bucket()
Returns the value of the Bucket property for this object.
|
static PutObjectAclRequest.Builder |
builder() |
String |
contentMD5()
Returns the value of the ContentMD5 property for this object.
|
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()
Returns the value of the Key property for this object.
|
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() |
String |
versionId()
VersionId used to reference a specific version of the object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
ObjectCannedACL
public 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()
.
ObjectCannedACL
public AccessControlPolicy accessControlPolicy()
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()
.
RequestPayer
public 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()
.
RequestPayer
public 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 S3Request
public static PutObjectAclRequest.Builder builder()
public static Class<? extends PutObjectAclRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.