Interface InvalidObjectStateException.Builder
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<InvalidObjectStateException.Builder,,InvalidObjectStateException> S3Exception.Builder,SdkBuilder<InvalidObjectStateException.Builder,,InvalidObjectStateException> SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- InvalidObjectStateException
@Mutable
@NotThreadSafe
public static interface InvalidObjectStateException.Builder
extends SdkPojo, CopyableBuilder<InvalidObjectStateException.Builder,InvalidObjectStateException>, S3Exception.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaccessTier(String accessTier) Sets the value of the AccessTier property for this object.accessTier(IntelligentTieringAccessTier accessTier) Sets the value of the AccessTier property for this object.awsErrorDetails(AwsErrorDetails awsErrorDetails) numAttempts(Integer numAttempts) statusCode(int statusCode) storageClass(String storageClass) Sets the value of the StorageClass property for this object.storageClass(StorageClass storageClass) Sets the value of the StorageClass property for this object.writableStackTrace(Boolean writableStackTrace) Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, numAttempts, writableStackTraceMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
Method Details
-
storageClass
Sets the value of the StorageClass property for this object.- Parameters:
storageClass- The new value for the StorageClass property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageClass
Sets the value of the StorageClass property for this object.- Parameters:
storageClass- The new value for the StorageClass property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessTier
Sets the value of the AccessTier property for this object.- Parameters:
accessTier- The new value for the AccessTier property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessTier
Sets the value of the AccessTier property for this object.- Parameters:
accessTier- The new value for the AccessTier property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awsErrorDetails
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceS3Exception.Builder
-
message
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceS3Exception.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceS3Exception.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceS3Exception.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceS3Exception.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
- Specified by:
writableStackTracein interfaceS3Exception.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
numAttempts
- Specified by:
numAttemptsin interfaceAwsServiceException.Builder- Specified by:
numAttemptsin interfaceS3Exception.Builder- Specified by:
numAttemptsin interfaceSdkException.Builder- Specified by:
numAttemptsin interfaceSdkServiceException.Builder
-