Interface ConflictingOperationException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ConflictingOperationException.Builder,ConflictingOperationException>,IoTSiteWiseException.Builder,SdkBuilder<ConflictingOperationException.Builder,ConflictingOperationException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- ConflictingOperationException
public static interface ConflictingOperationException.Builder extends SdkPojo, CopyableBuilder<ConflictingOperationException.Builder,ConflictingOperationException>, IoTSiteWiseException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConflictingOperationException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)ConflictingOperationException.Buildercause(Throwable cause)ConflictingOperationException.Buildermessage(String message)ConflictingOperationException.BuilderrequestId(String requestId)ConflictingOperationException.BuilderresourceArn(String resourceArn)The ARN of the resource that conflicts with this operation.ConflictingOperationException.BuilderresourceId(String resourceId)The ID of the resource that conflicts with this operation.ConflictingOperationException.BuilderstatusCode(int statusCode)ConflictingOperationException.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
resourceId
ConflictingOperationException.Builder resourceId(String resourceId)
The ID of the resource that conflicts with this operation.
- Parameters:
resourceId- The ID of the resource that conflicts with this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
ConflictingOperationException.Builder resourceArn(String resourceArn)
The ARN of the resource that conflicts with this operation.
- Parameters:
resourceArn- The ARN of the resource that conflicts with this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
ConflictingOperationException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceIoTSiteWiseException.Builder
-
message
ConflictingOperationException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceIoTSiteWiseException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
ConflictingOperationException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceIoTSiteWiseException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
ConflictingOperationException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceIoTSiteWiseException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
ConflictingOperationException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceIoTSiteWiseException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
ConflictingOperationException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceIoTSiteWiseException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-