Cloneable
, ReadLimitInfo
, ToCopyableBuilder<HeadObjectRequest.Builder,HeadObjectRequest>
@Generated("software.amazon.awssdk:codegen") public class HeadObjectRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<HeadObjectRequest.Builder,HeadObjectRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
HeadObjectRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
bucket() |
|
static HeadObjectRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ifMatch() |
Return the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412
(precondition failed).
|
Date |
ifModifiedSince() |
Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).
|
String |
ifNoneMatch() |
Return the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not
modified).
|
Date |
ifUnmodifiedSince() |
Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition
failed).
|
String |
key() |
|
Integer |
partNumber() |
Part number of the object being read.
|
String |
range() |
Downloads the specified range bytes of an object.
|
String |
requestPayer() |
|
static Class<? extends HeadObjectRequest.Builder> |
serializableBuilderClass() |
|
String |
sseCustomerAlgorithm() |
Specifies the algorithm to use to when encrypting the object (e.g., AES256).
|
String |
sseCustomerKey() |
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
|
String |
sseCustomerKeyMD5() |
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
|
HeadObjectRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionId() |
VersionId used to reference a specific version of the object.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String bucket()
public String ifMatch()
public Date ifModifiedSince()
public String ifNoneMatch()
public Date ifUnmodifiedSince()
public String key()
public String range()
public String versionId()
public String sseCustomerAlgorithm()
public String sseCustomerKey()
public String sseCustomerKeyMD5()
public String requestPayer()
RequestPayer
public Integer partNumber()
public HeadObjectRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HeadObjectRequest.Builder,HeadObjectRequest>
public static HeadObjectRequest.Builder builder()
public static Class<? extends HeadObjectRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.